Update workflow

This commit is contained in:
MrLetsplay 2025-03-04 20:20:54 +01:00
parent 5898fd756f
commit c964c11d2b
Signed by: mr
SSH Key Fingerprint: SHA256:92jBH80vpXyaZHjaIl47pjRq+Yt7XGTArqQg1V7hSqg

View File

@ -7,5 +7,8 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install dependencies
run: "apt update && apt install -y yarn && npm install -g yarn"
- name: Run script - name: Run script
run: "echo 'hello world'" run: "echo 'hello world'"