Skip to content

Merge pull request #4 from winebarrel/winebarrel-patch-1 #10

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

Merge pull request #4 from winebarrel/winebarrel-patch-1 #10

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
defaults:
run:
shell: bash -xe {0}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
- uses: golangci/golangci-lint-action@v3
- run: make