Skip to content

Merge pull request #13 from winebarrel/winebarrel-patch-1 #28

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

Merge pull request #13 from winebarrel/winebarrel-patch-1 #28

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