Skip to content

Merge pull request #600 from controlplaneio/fix_trufflehog #458

Merge pull request #600 from controlplaneio/fix_trufflehog

Merge pull request #600 from controlplaneio/fix_trufflehog #458

Workflow file for this run

---
name: Linting - YAML
# Split until path filtering for jobs added
# https://github.community/t/path-filtering-for-jobs-and-steps/16447
on:
push:
branches: [master]
paths:
- "**.yml"
- "**.yaml"
pull_request:
branches: [master]
paths:
- "**.yml"
- "**.yaml"
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run yamllint
uses: reviewdog/action-yamllint@v1