Skip to content

workflows: bump golangci/golangci-lint-action from 5 to 6 #7

workflows: bump golangci/golangci-lint-action from 5 to 6

workflows: bump golangci/golangci-lint-action from 5 to 6 #7

Workflow file for this run

name: PR - linting
on:
pull_request:
workflow_dispatch:
jobs:
actionlint-pr:
permissions:
contents: read
runs-on: ubuntu-latest
name: Actionlint
steps:
- uses: actions/checkout@v4
- run: |
echo "::add-matcher::.github/actionlint-matcher.json"
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color -shellcheck=
shell: bash