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 20, 2023
1 parent 47ab9a2 commit 487dc1e
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 @@ -31,6 +31,12 @@ jobs:
- name: Installing necessary packages
run: sudo apt install gcc-9 g++-9 python3-pip libbz2-dev ccache zlib1g-dev uuid-dev

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

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

- name: Installing dependencies
run: npm ci

Expand Down

0 comments on commit 487dc1e

Please sign in to comment.