Try out gitea actions #13
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue