Skip to content

Commit

Permalink
Update lint to check zeitwerk
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjefferies committed Dec 20, 2024
1 parent 119c9ce commit 5e1a438
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:

- name: Install bundler-audit
run: gem install bundler-audit brakeman # rubocop rubocop-rails rubocop-performance
# Add or Replace any other security checks here

- name: Run security checks
run: |
bundler-audit --update
brakeman -q -w2
# Add or Replace any other Linters here


- name: Run zeitwerk checks
run: rails zeitwerk:check

0 comments on commit 5e1a438

Please sign in to comment.