Skip to content

Update actions/setup-go action to v6 #65

Update actions/setup-go action to v6

Update actions/setup-go action to v6 #65

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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # tag=v3.1.1
with:
format: github