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 804d074c0b - Show all commits

View file

@ -8,7 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Node
run: apt-get install nodejs
run: |
apt-get update
apt-get install nodejs
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1