test_actions/.forgejo/workflows/go_hello.yaml
Andrea Fazzi 90ddccb8af
Some checks failed
/ test (push) Failing after 14s
Pass full action repo URL
2024-11-10 15:28:26 +01:00

12 lines
287 B
YAML

on: [push]
jobs:
test:
runs-on: docker
steps:
- uses: code.forgejo.org/actions/checkout@v4
- uses: code.forgejo.org/actions/setup-go@v5
with:
go-version: '1.16.1' # The Go version to download (if necessary) and use.
- run: go run hello.go