actions-test #1

Merged
soaska merged 24 commits from actions-test into master 2024-01-29 19:02:56 +00:00
Showing only changes of commit 59ecf648f1 - Show all commits

View File

@ -7,7 +7,10 @@ jobs:
runs-on: soaska
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: apk add --no-cache nodejs
- name: Install required packages
run: |
apk add --no-cache curl
apk add --no-cache nodejs
- name: Check out repository code
uses: actions/checkout@v3
- name: List files in the repository