Skip to content

Update actions/checkout action to v4 #54

Update actions/checkout action to v4

Update actions/checkout action to v4 #54

Workflow file for this run

---
name: Lint
# yamllint disable-line rule:truthy
on:
- pull_request
permissions:
contents: read
jobs:
yaml-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint YAML
uses: ibiqlik/action-yamllint@v3.1.1