Skip to content

Bump golangci/golangci-lint-action from 7 to 8 #1656

Bump golangci/golangci-lint-action from 7 to 8

Bump golangci/golangci-lint-action from 7 to 8 #1656

Workflow file for this run

---
name: Shellcheck
on:
- pull_request
- push
permissions:
contents: read
jobs:
shellcheck:
name: shellcheck
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run shellcheck
uses: ludeeus/action-shellcheck@2.0.0
env:
SHELLCHECK_OPTS: -o all