File tree 4 files changed +6
-13218
lines changed
4 files changed +6
-13218
lines changed Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
- uses : ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
21
- with :
22
- use-npm-ci : true
23
21
- name : Flow type check
24
22
run : npx flow
25
23
29
27
steps :
30
28
- uses : actions/checkout@v4
31
29
- uses : ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
32
- with :
33
- use-npm-ci : true
34
30
- name : Run ESLint
35
31
run : npm run lint
36
32
40
36
steps :
41
37
- uses : actions/checkout@v4
42
38
- uses : ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
43
- with :
44
- use-npm-ci : true
45
39
- name : Run diff check for the breakUpAriaJSON script
46
40
run : node scripts/breakUpAriaJSON.js && git diff --exit-code -- src
47
41
Original file line number Diff line number Diff line change 6
6
coverage /
7
7
.nyc_output /
8
8
__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