Skip to content

chore(deps): bump actions/setup-go from 3 to 5 #1653

chore(deps): bump actions/setup-go from 3 to 5

chore(deps): bump actions/setup-go from 3 to 5 #1653

Workflow file for this run

name: Lint Shell/Bash Scripts
on: pull_request
jobs:
shellcheck:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- run: |
make validate-shell
name: Lint shell/bash scripts with ShellCheck