Skip to content

Merge pull request #14 from kanmu/winebarrel-patch-1 #61

Merge pull request #14 from kanmu/winebarrel-patch-1

Merge pull request #14 from kanmu/winebarrel-patch-1 #61

Workflow file for this run

name: build
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ">=1.20.5"
- uses: golangci/golangci-lint-action@v3
- run: make