Files
realDynDNS/.gitea/workflows/ci.yaml
Timo Behrendt 9dc3feecf4
Some checks failed
CI / test (pull_request) Failing after 43s
fix: workflows referencing actions
2024-04-01 21:28:48 +02:00

17 lines
257 B
YAML

name: CI
on:
pull_request:
env:
GOPATH: /go_path
GOCACHE: /go_cache
RUNNER_TOOL_CACHE: /toolcache
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: ./.gitea/actions/ci-action.yaml