Skip to content

update(ci): add 0.38.1 and 0.38.2 as supported versions #120

update(ci): add 0.38.1 and 0.38.2 as supported versions

update(ci): add 0.38.1 and 0.38.2 as supported versions #120

Workflow file for this run

name: Yamllint Github Actions
on:
pull_request:
branches:
- main
jobs:
lintFalcoRules:
name: Yamllint
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: rules/*.yaml
env:
YAMLLINT_CONFIG_FILE: .github/workflows/.yamllint