Skip to content

Apply suggestion from @github-actions[bot] #20

Apply suggestion from @github-actions[bot]

Apply suggestion from @github-actions[bot] #20

Workflow file for this run

name: test
on:
push:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v4
with:
go-version-file: go.mod
- name: test
run: |
make check