Try out gitea actions #13
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bundle install
|
run: |
|
||||||
|
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