KIS-0000: WIP
All checks were successful
Testing Action logging in Gitea / Run checks (push) Successful in 44s
All checks were successful
Testing Action logging in Gitea / Run checks (push) Successful in 44s
This commit is contained in:
parent
9c8f1388ce
commit
4b946be4d3
|
@ -1,11 +0,0 @@
|
|||
name: "CD"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "release"
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
name: "Checks"
|
||||
uses: "./.gitea/workflows/checks.yaml"
|
|
@ -1,20 +1,20 @@
|
|||
name: "Checks"
|
||||
name: "Testing Action logging in Gitea"
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
push:
|
||||
branches:
|
||||
- "KIS-0000-gitea-logging-tests"
|
||||
|
||||
jobs:
|
||||
run-checks:
|
||||
name: "Run checks"
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- name: "Check out the code"
|
||||
uses: "actions/checkout@v4"
|
||||
- name: "Set up Python 3.10"
|
||||
uses: "actions/setup-python@v5"
|
||||
- uses: "actions/checkout@v4"
|
||||
- uses: "actions/setup-python@v5"
|
||||
with:
|
||||
python-version: "3.10"
|
||||
- name: "Set up poetry"
|
||||
uses: "Gr1N/setup-poetry@v8"
|
||||
- uses: "Gr1N/setup-poetry@v8"
|
||||
with:
|
||||
poetry-version: "1.7.1"
|
||||
- name: "Install deps"
|
Loading…
Reference in New Issue
Block a user