go-check.yml 380 Bytes
Newer Older
web3-bot's avatar
web3-bot committed
1
name: Go Checks
web3-bot's avatar
web3-bot committed
2

web3-bot's avatar
web3-bot committed
3 4 5 6 7 8 9 10 11 12 13 14 15
on:
  pull_request:
  push:
    branches: ["master"]
  workflow_dispatch:

permissions:
  contents: read

concurrency:
  group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
  cancel-in-progress: true

web3-bot's avatar
web3-bot committed
16
jobs:
web3-bot's avatar
web3-bot committed
17
  go-check:
web3-bot's avatar
web3-bot committed
18
    uses: ipdxco/unified-github-workflows/.github/workflows/go-check.yml@v1.0