Skip to content

Bump the github-actions-pins group across 1 directory with 4 updates #202

Bump the github-actions-pins group across 1 directory with 4 updates

Bump the github-actions-pins group across 1 directory with 4 updates #202

Workflow file for this run

name: prek
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
concurrency:
group: prek-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
prek:
name: Run prek hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Set up Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version: 1.26
cache: true
- name: Install shfmt
run: |
go install mvdan.cc/sh/v3/cmd/shfmt@latest
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- uses: j178/prek-action@e98a699c41eb69ab013a45817a0406469a748f8d # v2.0.5
with:
extra-args: '--all-files --verbose'