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 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 ./...