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 ba64b8aCopy full SHA for ba64b8a
.github/workflows/staticcheck.yaml
@@ -0,0 +1,16 @@
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
6
+jobs:
7
+ ci:
8
+ name: "Run static check"
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v1
12
+ with:
13
+ fetch-depth: 1
14
+ - uses: dominikh/[email protected]
15
16
+ version: "2022.1.1"
0 commit comments