Try out gitea actions #13
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue