Skip to content

Commit

Permalink
Do not run staticcheck on generated protobufs (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv authored Nov 20, 2024
1 parent 4dc6d8d commit 876093a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
jobs:
staticcheck:
name: staticcheck (project)
strategy:
matrix:
dir: ["client", "internal", "server", "protobufshelpers"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -25,3 +28,4 @@ jobs:
with:
install-go: false
version: "2023.1.7"
working-directory: ${{ matrix.dir }}

0 comments on commit 876093a

Please sign in to comment.