Skip to content

[CAP-8992] fix tasks dev hang when start command is invalid or crashe… #20

[CAP-8992] fix tasks dev hang when start command is invalid or crashe…

[CAP-8992] fix tasks dev hang when start command is invalid or crashe… #20

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@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.25
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@v1
with:
extra-args: '--all-files --verbose'