Skip to content

Commit

Permalink
Remove redundant npm install step (#136)
Browse files Browse the repository at this point in the history
Remove npm install latest as it is redundant, given the install step mentioned above it.
  • Loading branch information
jaisnan authored Oct 17, 2023
1 parent 6b863f6 commit 13cb539
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:

- name: Check TS linting
run: |
npm install -g npm@latest
npm install
npm run lint
Expand Down

0 comments on commit 13cb539

Please sign in to comment.