We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c2e7a commit 9e4cc0cCopy full SHA for 9e4cc0c
.github/workflows/lint.yaml
@@ -0,0 +1,19 @@
1
+name: Lint
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ pull_request:
8
9
+jobs:
10
+ lint:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v2
14
+ - uses: actions/setup-go@v2
15
+ with:
16
+ go-version: 1.17.7
17
+ - uses: golangci/golangci-lint-action@v2
18
19
+ version: v1.44.2
.github/workflows/test.yaml
@@ -1,4 +1,4 @@
-name: test
+name: Test
on:
push:
0 commit comments