dev/actions feature: overtime #27

Merged
tom_trgr merged 53 commits from dev/actions into main 2025-09-04 00:58:25 +02:00
Showing only changes of commit 8fa5eafd80 - Show all commits

View File

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