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 17cb3b327c - Show all commits

View File

@@ -0,0 +1,10 @@
name: GoLang Tests
run-name: ${{ gitea.actor }} is testing golang Code
on: [push]
jobs:
Run-Go-Test:
runs-on: golang-alpine
steps:
- run: go version
- run: go test ./...