Skip to content

Commit

Permalink
build(CI): lint stage
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi authored Sep 3, 2021
1 parent 2a643e5 commit 6ddf0d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
cache: 'npm'
- name: Installation
run: npm ci
- name: Linting
run: |
npm run lint
- name: Building work
run: |
npm run build
Expand Down

0 comments on commit 6ddf0d8

Please sign in to comment.