Files
python_skripte/.gitea/workflows/testing_on_host.yaml
jonnybravo 0107b7add7
All checks were successful
test / build-docs (push) Successful in 1s
try
2025-02-03 15:24:23 +01:00

17 lines
271 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"
- name: Test User
run: echo "Ich bin User $USER"