Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 876093a

Browse files
authoredNov 20, 2024··
Do not run staticcheck on generated protobufs (#318)
1 parent 4dc6d8d commit 876093a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/static-check.yml

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
jobs:
1313
staticcheck:
1414
name: staticcheck (project)
15+
strategy:
16+
matrix:
17+
dir: ["client", "internal", "server", "protobufshelpers"]
1518
runs-on: ubuntu-latest
1619
steps:
1720
- uses: actions/checkout@v4
@@ -25,3 +28,4 @@ jobs:
2528
with:
2629
install-go: false
2730
version: "2023.1.7"
31+
working-directory: ${{ matrix.dir }}

0 commit comments

Comments
 (0)
Please sign in to comment.