Skip to content

Commit 77a125a

Browse files
committed
feat: adding github action for lint
1 parent 43f66a0 commit 77a125a

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- name: Checkout Repository
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: Setup Node.js
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v4
2424
with:
2525
node-version: 18
2626
cache: 'npm'
@@ -30,11 +30,3 @@ jobs:
3030

3131
- name: Run ESLint
3232
run: npm run lint
33-
34-
- name: Upload ESLint Report (if available)
35-
if: always()
36-
uses: actions/upload-artifact@v3
37-
with:
38-
name: eslint-report
39-
path: eslint-report.json
40-
if-no-files-found: ignore

0 commit comments

Comments
 (0)