Skip to content

chore(deps): bump the gha group across 1 directory with 2 updates #464

chore(deps): bump the gha group across 1 directory with 2 updates

chore(deps): bump the gha group across 1 directory with 2 updates #464

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