Add gitea ci actions #40

Merged
noah.knegt merged 8 commits from feature/gitea-actions into develop 2024-04-16 20:07:55 +02:00
Showing only changes of commit 9a43e64ac4 - Show all commits

View File

@@ -14,7 +14,7 @@ jobs:
- name: Setup python - name: Setup python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: "3.x" python-version: "3.12.3"
- name: Install yaml-lint # As yamllint action is a composite it does not install yamllint itself - name: Install yaml-lint # As yamllint action is a composite it does not install yamllint itself
run: | run: |