Skip to content

yamllinters

yamllinters #2

Workflow file for this run

name: yamllinters
on:
push:
branches: [main]
pull_request:
branches: ["**"]
permissions:
contents: read
jobs:
yaml_lint_scan:
name: Run Yaml Lint
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v4
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: .
config_file: .yamllint.yaml