Try out gitea actions #13
1 changed files with 2 additions and 5 deletions
|
@ -5,14 +5,11 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
image: ruby:3.2.0
|
runs-on: ruby:3.2.0
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: bundle install
|
||||||
gem install bundle
|
|
||||||
bundle install
|
|
||||||
- name: autoload
|
- name: autoload
|
||||||
run: bin/rails zeitwerk:check
|
run: bin/rails zeitwerk:check
|
||||||
- name: lint
|
- name: lint
|
||||||
|
|
Loading…
Reference in a new issue