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 3ba6711cfe - Show all commits

View file

@ -10,7 +10,7 @@ jobs:
- name: Install Node
run: |
apt-get update
apt-get install nodejs
apt-get install nodejs --yes
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1