Skip to content

🌱(deps): Bump the all-github-actions group with 3 updates #16

🌱(deps): Bump the all-github-actions group with 3 updates

🌱(deps): Bump the all-github-actions group with 3 updates #16

Workflow file for this run

---
name: yamllint
on:
pull_request:
types: [ opened, edited, synchronize, reopened ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install yamllint
run: sudo apt-get update && sudo apt-get install -y yamllint
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: yaml-lint
run: yamllint -c .yamllint.yaml .