We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c46d7b commit 61d154aCopy full SHA for 61d154a
.github/workflows/ci-cd.yml
@@ -37,13 +37,7 @@ jobs:
37
- name: Install Dependencies
38
run: npm ci
39
- name: Lint
40
- run: |
41
- npm run test:lint -- --quiet --output-file test-results/eslint/results.xml --format junit
42
- - name: Store Lint Results
43
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
44
- with:
45
- name: lint-output
46
- path: ./test-results/*
+ run: npm run test:lint
47
- name: Cache node_modules
48
id: cache-nodemodules
49
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
0 commit comments