Skip to content

Merge pull request #8 from probe-lab/dependabot/go_modules/github.com… #22

Merge pull request #8 from probe-lab/dependabot/go_modules/github.com…

Merge pull request #8 from probe-lab/dependabot/go_modules/github.com… #22

Workflow file for this run

name: Go Checks
on:
pull_request:
push:
branches: ["main"]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
go-check:
uses: ipdxco/unified-github-workflows/.github/workflows/[email protected]