Update to Rubocop / brakeman
All checks were successful
Ruby CI / test (pull_request) Successful in 31s
All checks were successful
Ruby CI / test (pull_request) Successful in 31s
This commit is contained in:
parent
057929874d
commit
83daa7a6a1
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@ jobs:
|
||||||
- name: autoload
|
- name: autoload
|
||||||
run: bin/rails zeitwerk:check
|
run: bin/rails zeitwerk:check
|
||||||
- name: lint
|
- name: lint
|
||||||
run: bin/bundle exec standardrb
|
run: bin/rubocop
|
||||||
|
- name: security
|
||||||
|
run: bin/brakeman
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
bin/rails assets:precompile
|
bin/rails assets:precompile
|
||||||
|
|
Loading…
Reference in a new issue