Skip to content

Commit

Permalink
Merge pull request #6 from winebarrel/add_build_ci
Browse files Browse the repository at this point in the history
Add build CI
  • Loading branch information
winebarrel authored Nov 11, 2023
2 parents 834179c + f9384b0 commit f29544b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: build
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v3
- run: make

0 comments on commit f29544b

Please sign in to comment.