Skip to content

Commit

Permalink
ci: added ci step to eslint pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rH4rtinger committed Sep 16, 2024
1 parent c464693 commit 185ba5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install dependencies
run: npm ci

- name: Run ESLint
run: npm run lint

0 comments on commit 185ba5c

Please sign in to comment.