Skip to content

chore(deps): bump actions/checkout from 4.1.0 to 4.1.1 #149

chore(deps): bump actions/checkout from 4.1.0 to 4.1.1

chore(deps): bump actions/checkout from 4.1.0 to 4.1.1 #149

Workflow file for this run

name: Yaml Lint
on: [push, pull_request] # yamllint disable-line rule:truthy
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/[email protected]
- name: 🚀 Run yamllint
uses: ibiqlik/action-yamllint@v3
with:
config_file: .yamllint.yaml