Try out gitea actions #13

Merged
atomaka merged 50 commits from gitea-actions into main 2024-07-05 00:34:59 -04:00
Showing only changes of commit e19b71652d - Show all commits

View file

@ -7,10 +7,8 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Set up Node - name: Install Node
uses: actions/setup-node@v4 run: apt-get install nodejs
with:
node-version: 20
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up Ruby - name: Set up Ruby
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1