File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
node-version : ' 20'
16
16
registry-url : ' https://npm.pkg.github.com'
17
17
cache : ' npm'
18
- - name : Run linting
19
- run : npm run lint
20
18
- name : Install dependencies
21
19
run : npm ci --ignore-scripts
22
20
env :
23
21
NODE_AUTH_TOKEN : ${{ secrets.READER_TOKEN }}
22
+ - name : Run linting
23
+ run : npm run lint
24
24
- name : Build application
25
25
run : npm run build-local
26
26
- name : Run tests
Original file line number Diff line number Diff line change 78
78
node-version : ' 20'
79
79
registry-url : ' https://npm.pkg.github.com'
80
80
cache : ' npm'
81
- - name : Run linting
82
- run : npm run lint
83
81
- name : Set app environmment
84
82
run : |
85
83
cat > .env <<EOF
@@ -108,6 +106,8 @@ jobs:
108
106
run : npm ci
109
107
env :
110
108
NODE_AUTH_TOKEN : ${{ secrets.READER_TOKEN }}
109
+ - name : Run linting
110
+ run : npm run lint
111
111
- name : Run tests
112
112
run : npm run test
113
113
- name : Build application
You can’t perform that action at this time.
0 commit comments