Skip to content

Commit 6597055

Browse files
authored
Merge pull request #57 from spowelljr/addCIBuild
CI: run build on PR
2 parents d61ae6d + 7dc46ab commit 6597055

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: build
2+
on:
3+
pull_request
4+
jobs:
5+
build:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
9+
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
10+
- run: make build

0 commit comments

Comments
 (0)