We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de46b47 commit 5a2ccc1Copy full SHA for 5a2ccc1
3 files changed
.github/workflows/cicd.yml
@@ -19,7 +19,7 @@ jobs:
19
20
strategy:
21
matrix:
22
- node-version: [12.x, 14.x, 16.x]
+ node-version: [18.x, 20.x]
23
24
steps:
25
- name: Checkout code
@@ -87,6 +87,7 @@ jobs:
87
- name: Run ESLint with annotations
88
run: |
89
npx eslint --config eslintrc.json src tests --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif
90
+ continue-on-error: true
91
92
- name: Upload ESLint results to GitHub
93
uses: github/codeql-action/upload-sarif@v3
README.md
@@ -0,0 +1 @@
1
+# github-actions-ci-cd-demo
req.md
0 commit comments