Migrate to gitea-actions #8

Merged
atomaka merged 19 commits from gitea-actions into master 2024-07-13 20:27:24 -04:00
Showing only changes of commit 0c064fcbfb - Show all commits

View file

@ -15,6 +15,9 @@ jobs:
runs-on: cth-ubuntu-latest runs-on: cth-ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
- run: | - run: |
gem install bundler gem install bundler
bundle install bundle install