Skip to content

Commit

Permalink
Add build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Nov 11, 2023
1 parent 834179c commit f9384b0
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 f9384b0

Please sign in to comment.