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 c69301eb6c - Show all commits

View file

@ -10,7 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: bundle install
run: |
gem install bundle
bundle install
- name: autoload
run: bin/rails zeitwerk:check
- name: lint