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