Skip to content

Merge pull request #14 from winebarrel/revert-13-winebarrel-patch-1 #31

Merge pull request #14 from winebarrel/revert-13-winebarrel-patch-1

Merge pull request #14 from winebarrel/revert-13-winebarrel-patch-1 #31

Workflow file for this run

name: build
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: false
- uses: golangci/golangci-lint-action@v3
- run: make