Files
python_skripte/.gitea/workflows/testing_on_host.yaml
jonnybravo 5ee723e476
All checks were successful
test / build-docs (push) Successful in 1s
Dtry
2025-02-03 14:00:34 +01:00

15 lines
208 B
YAML

name: test
on:
- pull_request
- push
jobs:
build-docs:
runs-on: shell
steps:
- name: Run Shell Command
run: ansible --version
- name: Run 2
run: echo "Hello World"