Files
python_skripte/.gitea/workflows/testing_on_host.yaml
jonnybravo 80baf62cc0
All checks were successful
test / build-docs (push) Successful in 1s
test action
2025-02-03 13:58:11 +01:00

13 lines
145 B
YAML

name: test
on:
- pull_request
- push
jobs:
build-docs:
runs-on: shell
steps:
- name: Run main.sh
run: echo "Hello"