Skip to content

And/add basic smoke tests #34

And/add basic smoke tests

And/add basic smoke tests #34

Workflow file for this run

name: Lint YAML Files 📜
on:
push:
branches:
- main
paths:
- '**.yml'
- '**.yaml'
pull_request:
paths:
- '**.yml'
- '**.yaml'
jobs:
yamllint:
name: Run YAML Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run YAML Lint
uses: ibiqlik/action-yamllint@v3
with:
strict: true
config_file: ./.config/.yamllint.yml