Files
realDynDNS/.gitea/workflows/ci.yaml
Timo Behrendt 798c4a3240
Some checks failed
CI / test (pull_request) Failing after 0s
refactor: CI/CD pipelines
2024-04-01 20:59:18 +02:00

13 lines
164 B
YAML

name: CI
on:
pull_request:
env:
GOPATH: /go_path
GOCACHE: /go_cache
RUNNER_TOOL_CACHE: /toolcache
jobs:
test:
uses: ./.gitea/actions/ci-action.yaml