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 b9f5e93f41 - Show all commits

View File

@@ -11,15 +11,10 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: "3.12.3"
- name: Install yaml-lint # As yamllint action is a composite it does not install yamllint itself
run: |
python -m pip install --upgrade pip
pip install yamllint
apt update
apt install -y --no-install-recommends yamllint
- name: Lint with yaml-lint
uses: ibiqlik/action-yamllint@v3