Skip to content

Commit ba64b8a

Browse files
committed
Run static check in CI
Signed-off-by: Yacov Manevich <[email protected]>
1 parent 961ef24 commit ba64b8a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/staticcheck.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
with:
16+
version: "2022.1.1"

0 commit comments

Comments
 (0)