Skip to content

Commit 6433318

Browse files
committed
Fix CI: Use v0.1.5 jsonpath_test.go and fix workflow
- Replace duplicate-prone jsonpath_test.go with clean v0.1.5 version - Fix ci.yml: use staticcheck via go install instead of non-existent action
1 parent 1000cfd commit 6433318

2 files changed

Lines changed: 7 additions & 946 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,11 @@ jobs:
6969
exit 1
7070
fi
7171
72+
- name: Install staticcheck
73+
run: go install honnef.co/go/tools/cmd/staticcheck@latest
74+
7275
- name: Run staticcheck
73-
uses: dominantv/ci-staticcheck-action@latest
74-
with:
75-
version: latest
76-
packages: ./...
77-
flags: -checks=all
76+
run: staticcheck ./...
7877

7978
benchmark:
8079
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)