Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit a30d00a

Browse files
committed
small ci to build
1 parent da61caf commit a30d00a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflow/test.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Test
2+
on: [push, pull_request]
3+
4+
jobs:
5+
build:
6+
name: Build
7+
container:
8+
image: golang:1.13
9+
steps:
10+
- uses: actions/checkout@v2
11+
- name: run make
12+
run: make

0 commit comments

Comments
 (0)