Skip to content

chore(deps): update dependency golangci/golangci-lint to v1.54.0 #291

chore(deps): update dependency golangci/golangci-lint to v1.54.0

chore(deps): update dependency golangci/golangci-lint to v1.54.0 #291

Workflow file for this run

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