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 80906614d5 - Show all commits

View file

@ -5,14 +5,11 @@ on:
jobs:
test:
image: ruby:3.2.0
runs-on: ubuntu-latest
runs-on: ruby:3.2.0
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
gem install bundle
bundle install
run: bundle install
- name: autoload
run: bin/rails zeitwerk:check
- name: lint