Skip to content

build(deps): bump golangci/golangci-lint-action from 5 to 6 #465

build(deps): bump golangci/golangci-lint-action from 5 to 6

build(deps): bump golangci/golangci-lint-action from 5 to 6 #465

Workflow file for this run

name: yamllint
on:
push:
paths:
- "**.yaml"
- "**.yml"
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: karancode/yamllint-github-action@master
with:
yamllint_config_filepath: .yamllint.yaml
yamllint_comment: true
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}