Skip to content

Commit

Permalink
add PR annotations to slim-lint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
starswan committed Oct 24, 2024
1 parent 2366c1f commit 70aea6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Run Rubocop
run: bundle exec rubocop

- name: Run Slim-Lint
run: bundle exec slim-lint app/views app/components
- name: Run Slim-Lint with PR annotations
run: bundle exec slim-lint -r github app/views app/components

- name: Run Brakeman
run: bundle exec brakeman
Expand Down

0 comments on commit 70aea6c

Please sign in to comment.