Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
add basic presubmit to check if source builds (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
umairidris authored Aug 24, 2021
1 parent aa67b20 commit eb27e14
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: test
on: [pull_request]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.16.7' # The Go version to download (if necessary) and use.
- run: go test ./...

0 comments on commit eb27e14

Please sign in to comment.