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:
|
on:
|
||||||
workflow_call:
|
push:
|
||||||
|
branches:
|
||||||
|
- "KIS-0000-gitea-logging-tests"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-checks:
|
run-checks:
|
||||||
name: "Run checks"
|
name: "Run checks"
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- name: "Check out the code"
|
- uses: "actions/checkout@v4"
|
||||||
uses: "actions/checkout@v4"
|
- uses: "actions/setup-python@v5"
|
||||||
- name: "Set up Python 3.10"
|
|
||||||
uses: "actions/setup-python@v5"
|
|
||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
- name: "Set up poetry"
|
- uses: "Gr1N/setup-poetry@v8"
|
||||||
uses: "Gr1N/setup-poetry@v8"
|
|
||||||
with:
|
with:
|
||||||
poetry-version: "1.7.1"
|
poetry-version: "1.7.1"
|
||||||
- name: "Install deps"
|
- name: "Install deps"
|
Loading…
Reference in New Issue
Block a user