Skip to content

Merge pull request #61 from winebarrel/fix_ci #2

Merge pull request #61 from winebarrel/fix_ci

Merge pull request #61 from winebarrel/fix_ci #2

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@v3
- run: make build test