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