chore: add or force update .github/workflows/go-check.yml

This commit is contained in:
web3-bot 2024-08-05 17:25:23 +00:00 committed by Steven Allen
parent 88c73f4a89
commit db70c1d678

19
.github/workflows/go-check.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Go Checks
on:
pull_request:
push:
branches: ["master"]
workflow_dispatch:
merge_group:
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/go-check.yml@v1.0