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

This commit is contained in:
2025-06-23 19:02:04 +02:00
parent d855e43535
commit c4bb6a623f

View File

@@ -12,6 +12,8 @@ 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: ls
run: ls
- name: Build - name: Build
run: cd go-unifi/unifi && go build . run: cd go-unifi/unifi && go build .