We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0135c9 commit 5133cefCopy full SHA for 5133cef
1 file changed
.github/workflows/go.yaml .github/workflows/lint.yaml.github/workflows/go.yaml renamed to .github/workflows/lint.yaml
@@ -1,28 +1,12 @@
1
-name: Go
+name: Lint
2
3
on:
4
push:
5
- branches: [master]
+ branches: [main]
6
pull_request:
7
8
9
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
26
lint:
27
name: Code Linting
28
strategy:
0 commit comments