Skip to content

Merge pull request #83 from winebarrel/winebarrel-patch-1 #38

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

Merge pull request #83 from winebarrel/winebarrel-patch-1 #38

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false # https://github.com/golangci/golangci-lint-action/issues/807
- uses: golangci/golangci-lint-action@v6
- run: make build test