Skip to content

Commit 5133cef

Browse files
committed
feeling my way through github CI
Signed-off-by: Tim Bray <tbray@textuality.com>
1 parent f0135c9 commit 5133cef

1 file changed

Lines changed: 3 additions & 19 deletions

File tree

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,12 @@
1-
name: Go
1+
name: Lint
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88

99
jobs:
10-
build:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/checkout@v2
14-
15-
- name: Set up Go
16-
uses: actions/setup-go@v2
17-
with:
18-
go-version: 1.14
19-
20-
- name: Build
21-
run: make build
22-
23-
- name: Test
24-
run: make test
25-
2610
lint:
2711
name: Code Linting
2812
strategy:

0 commit comments

Comments
 (0)