dev/actions #26

Merged
tom_trgr merged 41 commits from dev/actions into dev/main 2025-08-29 15:36:00 +02:00
Showing only changes of commit 61635dff6d - Show all commits

View File

@@ -4,7 +4,7 @@ on: [push]
jobs:
Run-Go-Test:
runs-on: golang-alpine
runs-on: ubuntu-latest:docker://golang:alpine
steps:
- run: go version
- run: go test ./...