Files
realDynDNS/.gitea/workflows/ci.yaml
Timo Behrendt 6f7fef20cb
Some checks failed
CI / test (pull_request) Failing after 4s
test: different actions format
2024-04-01 21:44:13 +02:00

17 lines
252 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@v4
- uses: ./.gitea/actions/ci-action