Skip to content

Commit

Permalink
Add eslint check on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-karatsiuba committed Jan 21, 2023
1 parent 0ce4c24 commit f18b8bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
- name: Installing dependencies
run: npm ci

- name: Installing ESLint
run: npm i -g eslint

- name: Run ESLint
run: eslint . --ext .ts

- name: Installing Codecov
run: npm i -g codecov

Expand Down

0 comments on commit f18b8bd

Please sign in to comment.