Skip to content

chore(deps): update actions/setup-go action to v5.0.1 #47

chore(deps): update actions/setup-go action to v5.0.1

chore(deps): update actions/setup-go action to v5.0.1 #47

Workflow file for this run

---
name: YAML lint
on: # yamllint disable-line rule:truthy
pull_request:
types: [opened, synchronize]
paths: ["**.ya?ml"]
jobs:
lintyaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # tag=v3.1.1
with:
format: github