Skip to content

Commit

Permalink
lint before build
Browse files Browse the repository at this point in the history
Signed-off-by: Gnanakeethan Balasubramaniam <[email protected]>
  • Loading branch information
gnanakeethan committed Aug 31, 2023
1 parent 055d7c4 commit d89e7ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
node-version: 18
cache: 'yarn'

- name: Run lint
run: yarn lint

- name: Install dependencies
run: yarn install

- name: Build
run: yarn build

- name: Run lint
run: yarn lint

- name: Run tests
run: yarn test
Expand Down

0 comments on commit d89e7ca

Please sign in to comment.