Compare commits

...

11 Commits

Author SHA1 Message Date
vegard 958336b691 install go
Build & Push Linode Webhook / build (push) Successful in 15s
2025-06-23 19:13:38 +02:00
vegard d950e6cd3d install go
Build & Push Linode Webhook / build (push) Failing after 1s
2025-06-23 19:12:32 +02:00
vegard 768a4c96d4 install go
Build & Push Linode Webhook / build (push) Failing after 1s
2025-06-23 19:12:04 +02:00
vegard 76a94efce3 build
Build & Push Linode Webhook / build (push) Failing after 2s
2025-06-23 19:02:39 +02:00
vegard c4bb6a623f build
Build & Push Linode Webhook / build (push) Failing after 3s
2025-06-23 19:02:04 +02:00
vegard d855e43535 build
Build & Push Linode Webhook / build (push) Failing after 2s
2025-06-23 19:01:10 +02:00
vegard dd0f69c35c Install node?
Build & Push Linode Webhook / build (push) Successful in 2s
2025-06-23 18:59:39 +02:00
vegard bda1989023 Install node?
Build & Push Linode Webhook / build (push) Failing after 0s
2025-06-23 18:58:52 +02:00
vegard 996c308609 Install node?
Build & Push Linode Webhook / build (push) Failing after 0s
2025-06-23 18:58:21 +02:00
vegard 83a016d5da Test an action
Build & Push Linode Webhook / build (push) Failing after 1s
2025-06-23 18:56:35 +02:00
vegard 54bcc0897c Move repo
/ yamllint (push) Failing after 2s
/ build (push) Failing after 23s
/ test (push) Has been skipped
/ lint (push) Failing after 23s
/ generate (push) Has been skipped
2025-06-23 18:36:07 +02:00
4 changed files with 21 additions and 3 deletions
+18
View File
@@ -0,0 +1,18 @@
name: Build & Push Linode Webhook
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install node and go
run: apk add nodejs go
- name: Check out repository code
uses: actions/checkout@v4
- name: Build
run: cd unifi && go build .
+1 -1
View File
@@ -1,4 +1,4 @@
module github.com/vegardengen/go-unifi
module gitea.engen.priv.no/klauvsteinen/go-unifi
go 1.21
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"testing"
"github.com/tj/assert"
"github.com/vegardengen/go-unifi/unifi"
"gitea.engen.priv.no/klauvsteinen/go-unifi/unifi"
)
func TestAccountMarshalJSON(t *testing.T) {
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"reflect"
"testing"
"github.com/vegardengen/go-unifi/unifi"
"gitea.engen.priv.no/klauvsteinen/go-unifi/unifi"
)
func TestNetworkUnmarshalJSON(t *testing.T) {