aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/go.yml
blob: 616ea60afa14c1e4c8df64f24a68f8054c8b8643 (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@v3
        
      - name: Check ✅
        uses: cedrickring/[email protected]
        continue-on-error: false