File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed
Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v4
1515 - uses : actions/setup-node@v4
16- with :
17- node-version-file : " package.json"
1816 - run : npm ci
1917 - run : npm run lint
2018
2422 steps :
2523 - uses : actions/checkout@v4
2624 - uses : actions/setup-node@v4
27- with :
28- node-version-file : " package.json"
2925 - run : npm ci
3026 - run : npm run test
Original file line number Diff line number Diff line change 1212 fetch-depth : 0
1313 submodules : true
1414 - uses : actions/setup-node@v4
15- with :
16- node-version-file : " package.json"
1715 - name : configure git
1816 run : |
1917 git config --global user.email "[email protected] "
Original file line number Diff line number Diff line change 1919
2020 - name : Setup Node.js
2121 uses : actions/setup-node@v4
22- with :
23- node-version-file : " package.json"
2422
2523 - name : Install Dependencies
2624 run : npm ci
You can’t perform that action at this time.
0 commit comments