We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961ef24 commit f8ae03fCopy full SHA for f8ae03f
.github/workflows/staticcheck.yaml
@@ -0,0 +1,19 @@
1
+# This workflow will build a golang project
2
+# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
3
+
4
+name: "Static Check"
5
+on: ["pull_request"]
6
7
+jobs:
8
+ static_check:
9
+ name: "Run Static check"
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v1
13
+ with:
14
+ fetch-depth: 1
15
+ - uses: dominikh/[email protected]
16
17
+ version: "2022.1.1"
18
19
0 commit comments