Skip to content

Commit 137d856

Browse files
authored
Merge pull request #62 from hapijs/chore/use-oxc-plugin
chore: use oxc-plugin
2 parents eeaaf91 + e717ca4 commit 137d856

59 files changed

Lines changed: 14318 additions & 13994 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2
22
updates:
3-
- package-ecosystem: 'github-actions'
4-
directory: '/'
5-
schedule:
6-
interval: 'weekly'
3+
- package-ecosystem: 'github-actions'
4+
directory: '/'
5+
schedule:
6+
interval: 'weekly'

.github/workflows/test.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
name: Test
22

33
on:
4-
push:
5-
branches: [master]
6-
pull_request:
7-
branches: [master]
4+
push:
5+
branches: [master]
6+
pull_request:
7+
branches: [master]
88

99
permissions:
10-
contents: read
10+
contents: read
1111

1212
jobs:
13-
test:
14-
runs-on: ubuntu-latest
13+
test:
14+
runs-on: ubuntu-latest
1515

16-
steps:
17-
- uses: actions/checkout@v6
18-
- uses: pnpm/action-setup@v5
19-
- name: Use Node.js
20-
uses: actions/setup-node@v6
21-
with:
22-
node-version: 22
23-
cache: 'pnpm'
24-
- run: pnpm install --frozen-lockfile
25-
- run: pnpm test
16+
steps:
17+
- uses: actions/checkout@v6
18+
- uses: pnpm/action-setup@v5
19+
- name: Use Node.js
20+
uses: actions/setup-node@v6
21+
with:
22+
node-version: 22
23+
cache: 'pnpm'
24+
- run: pnpm install --frozen-lockfile
25+
- run: pnpm test

.oxfmtrc.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

.oxlintrc.json

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)