diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4a385bd..324e6d9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 + \ No newline at end of file