Add ci for pull request

This commit is contained in:
Lunny Xiao
2025-03-23 12:16:05 -07:00
parent f4bbd5a09a
commit 721889e586

View File

@@ -0,0 +1,16 @@
name: check-and-test
on:
- pull_request
jobs:
check-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: build
run: |
make build