Skip to content

Commit

Permalink
Merge pull request #173 from Rash-Hit/CI-pipeline-should-fail-on-PR-i…
Browse files Browse the repository at this point in the history
…f-lint-fails

fix-ci pipeline should fail on PR if lint fails - #172
  • Loading branch information
hkirat authored Mar 10, 2024
2 parents 2937904 + acd2820 commit 2b4c25b
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 @@ -18,7 +18,7 @@ jobs:
run: npm install --legacy-peer-deps

- name: Run linting check
run: npm run lint:fix
run: npm run lint:check

- name: Check formatting
run: npm run format:fix

0 comments on commit 2b4c25b

Please sign in to comment.