File tree Expand file tree Collapse file tree 4 files changed +6
-13218
lines changed Expand file tree Collapse file tree 4 files changed +6
-13218
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 : npx 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/breakUpAriaJSON.js && git diff --exit-code -- src
4741
Original file line number Diff line number Diff line change 66coverage /
77.nyc_output /
88__tests-built__ /
9+
10+ # Only apps should have lockfiles
11+ npm-shrinkwrap.json
12+ package-lock.json
13+ 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