Skip to content

discord badge

discord badge #3

Workflow file for this run

name: '🚔'
on: [ push ]
jobs:
check:
if: startsWith(github.ref, 'refs/tags/v') == false
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4.1.0
with:
go-version-file: 'go.mod'
check-latest: true
cache: true
- run: |
make check