File tree Expand file tree Collapse file tree 4 files changed +6
-15693
lines changed Expand file tree Collapse file tree 4 files changed +6
-15693
lines changed Original file line number Diff line number Diff line change 1818 steps:
1919 - uses: actions/checkout@v4
2020 - uses: ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
21- with:
22- use-npm-ci: true
2321 - name: Flow type check
2422 run: npm run flow
2523
2927 steps:
3028 - uses: actions/checkout@v4
3129 - uses: ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
32- with:
33- use-npm-ci: true
3430 - name: Run ESLint
3531 run: npm run lint
3632
4036 steps:
4137 - uses: actions/checkout@v4
4238 - uses: ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
43- with:
44- use-npm-ci: true
4539 - name: Run diff check for the breakUpAriaJSON script
4640 run: node scripts/buildModelModules.js && git diff --exit-code -- src
4741
Original file line number Diff line number Diff line change 55.nyc_output/
66coverage/
77__tests-built__/
8+
9+ # Only apps should have lockfiles
10+ npm-shrinkwrap.json
11+ package-lock.json
12+ yarn.lock
Original file line number Diff line number Diff line change 1+ package-lock=false
You can’t perform that action at this time.
0 commit comments