Skip to content

Commit

Permalink
chore(ci): add run eslint in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrice994 committed Dec 7, 2023
1 parent 26fc09d commit 080c76c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ jobs:

- name: install
run: npm ci

- name: eslint
run: npm run lint

- name: build
run: npm run build

test_unit:
name: Unit Tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 080c76c

Please sign in to comment.