Skip to content

Merge pull request #76 from acim/dependabot/github_actions/actions/ch… #301

Merge pull request #76 from acim/dependabot/github_actions/actions/ch…

Merge pull request #76 from acim/dependabot/github_actions/actions/ch… #301

Workflow file for this run

name: check
on:
push:
pull_request:
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: raven-actions/actionlint@v2
check:
uses: ectobit/reusable-workflows/.github/workflows/go-check.yaml@main
with:
test-command: make test
build:
runs-on: ubuntu-latest
needs: [actionlint, check]
steps:
- name: Check out
uses: actions/checkout@v7
- name: Build
run: go build .