Skip to content

Fix: rewrite regex to support latest yq version #175

Fix: rewrite regex to support latest yq version

Fix: rewrite regex to support latest yq version #175

Workflow file for this run

---
name: Linting
on:
pull_request:
branches:
- main
jobs:
yaml-lint:
name: YAML Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: YAML Lint
uses: karancode/[email protected]
with:
yamllint_comment: true
yamllint_config_filepath: .github/config/yaml-linter.yaml
yamllint_format: parsable