Update to Rubocop / brakeman
All checks were successful
Ruby CI / test (pull_request) Successful in 31s

This commit is contained in:
Andrew Tomaka 2024-06-23 09:28:39 -04:00
parent 057929874d
commit 83daa7a6a1
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -30,7 +30,9 @@ jobs:
- name: autoload
run: bin/rails zeitwerk:check
- name: lint
run: bin/bundle exec standardrb
run: bin/rubocop
- name: security
run: bin/brakeman
- name: test
run: |
bin/rails assets:precompile