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

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:
17 18
  go-check:
    uses: pl-strflt/uci/.github/workflows/go-check.yml@v0.0