aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/go.yml
blob: c10cfe0c1a460300d93bb58a467719e6f6fb8218 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Go ✅

on: [push, pull_request, workflow_dispatch ]

jobs:
  check:
    runs-on: ubuntu-20.04
    steps:
      - name: Checkout 🛒
        uses: actions/checkout@v2
        
      - name: Check ✅
        uses: cedrickring/[email protected]
        continue-on-error: false