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

17
.gitea/workflows/lint.yml Normal file
View File

@@ -0,0 +1,17 @@
---
name: Linting
run-name: Linting ansible and yaml files
on:
pull_request:
jobs:
yaml-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Lint with yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
config_file: .yamllint.yml