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 fa3db2e586 - Show all commits

View file

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