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