Skip to content

Commit

Permalink
ci: remove unecessary step on lint
Browse files Browse the repository at this point in the history
  • Loading branch information
louistiti committed Dec 28, 2021
1 parent 7cf7f97 commit 89e216f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: pip install --upgrade pip && pip install pipenv

- name: Install
run: npm set-script prepare "" && npm install
run: npm install

- name: Run linter
run: npm run lint

0 comments on commit 89e216f

Please sign in to comment.