build
Some checks failed
Build & Push Linode Webhook / build (push) Failing after 2s

This commit is contained in:
2025-06-23 19:01:10 +02:00
parent dd0f69c35c
commit d855e43535

View File

@@ -12,4 +12,7 @@ jobs:
run: apk add nodejs run: apk add nodejs
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Build
run: cd go-unifi/unifi && go build .