We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9c9b9 commit 9401970Copy full SHA for 9401970
.github/workflows/test.yml
@@ -43,8 +43,8 @@ jobs:
43
version: v1.63.1
44
skip-pkg-cache: true
45
skip-build-cache: true
46
- working-directory: ./scripts/ci/pairing # Set correct working directory
47
- args: --config=.golangci.yml --verbose # Use relative config path
+ working-directory: ./scripts/ci/pairing
+ args: --config=.golangci.yml --verbose
48
49
- name: Test
50
run: |
0 commit comments