Skip to content

Merge pull request #3 from marvinruder/main #11

Merge pull request #3 from marvinruder/main

Merge pull request #3 from marvinruder/main #11

Workflow file for this run

name: pipeline
on:
push:
pull_request:
workflow_dispatch:
jobs:
check:
uses: ectobit/reusable-workflows/.github/workflows/go-check.yaml@main
with:
lint-command: make lint
test-command: make test