KIS-0000: WIP
All checks were successful
CI / checks (push) Successful in 45s

This commit is contained in:
Tomek Wójcik 2024-05-31 09:11:14 +02:00
parent 4b946be4d3
commit aafc43aff8
2 changed files with 12 additions and 4 deletions

View File

@ -1,9 +1,7 @@
name: "Testing Action logging in Gitea"
name: "Checks"
on:
push:
branches:
- "KIS-0000-gitea-logging-tests"
workflow_call:
jobs:
run-checks:

10
.gitea/workflows/ci.yaml Normal file
View File

@ -0,0 +1,10 @@
name: "CI"
on:
push:
branches:
- "KIS-0000-gitea-logging-tests"
jobs:
checks:
uses: "./.gitea/workflows/checks.yaml"