Skip to content

Merge pull request #70 from kanmu/winebarrel-patch-1 #301

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

Merge pull request #70 from kanmu/winebarrel-patch-1 #301

Workflow file for this run

name: build
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ">=1.19.1"
cache: false
- name: Lint
uses: golangci/golangci-lint-action@v3
- name: Build
run: make