Added CI
Some checks failed
CI Workflow / validate (push) Failing after 1m10s

This commit is contained in:
2024-12-19 22:16:33 +01:00
parent dd6e62748e
commit d56a2d8bbc

View File

@ -1,14 +1,15 @@
--- name: CI Workflow
stages: on:
- validate push:
branches:
- '*' # Exécute le workflow sur toutes les branches
.template: jobs:
interruptible: true validate:
stage: validate steps:
tags: - name: Checkout repository
- ansible uses: actions/checkout@v3
yamllint: - name: Validate YAML files
extends: .template run: |
script: yamllint -c .yamllint .
- yamllint -c .yamllint .