Skip to content

Commit 42a6dbb

Browse files
committed
wip script
1 parent a2c5656 commit 42a6dbb

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
rfc011-audit:
2+
runs-on: ubuntu-latest
3+
timeout-minutes: 10
4+
steps:
5+
- name: Checkout
6+
uses: actions/checkout@v5
7+
- name: Setup project
8+
uses: ./.github/actions/setup-project
9+
with:
10+
CACHE_VERSION: ${{ secrets.CACHE_VERSION }}
11+
- name: Run RFC 011 audit
12+
run: npm run rfc011-audit
113
name: CI
214

315
on:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
"@radix-ui/react-focus-scope": "^1.0.4"
149149
},
150150
"scripts": {
151+
"rfc011-audit": "node scripts/rfc011-audit.js",
151152
"build": "npm-run-all build:updates build:next build:server",
152153
"build:e2e": "cross-env NODE_ENV=development OC_ENV=e2e npm run build",
153154
"build:clean": "shx rm -rf dist .next",

0 commit comments

Comments
 (0)