Test go action
Some checks failed
Test Go Action / use-go-action (push) Failing after 0s

This commit is contained in:
2025-11-24 01:19:25 +03:00
parent f74ed06f30
commit 760962759e
4 changed files with 23 additions and 0 deletions

5
action.yaml Normal file
View File

@@ -0,0 +1,5 @@
name: "Simple Go Action"
description: "A simple Gitea action written in go"
runs:
using: "go"
main: "main.go"