Try out gitea actions #13

Merged
atomaka merged 50 commits from gitea-actions into main 2024-07-05 00:34:59 -04:00
Showing only changes of commit 83daa7a6a1 - Show all commits

View file

@ -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