Skip to content

chore: fix errors found when updating the static check library #166

chore: fix errors found when updating the static check library

chore: fix errors found when updating the static check library #166

Workflow file for this run

name: Focused Test
on: [pull_request]
jobs:
focused-test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.22.6'
- uses: actions/checkout@v4
- run: go run github.com/onsi/ginkgo/v2/ginkgo unfocus && test -z "$(git status -s)"