Skip to content

Commit

Permalink
Skip golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <[email protected]>
  • Loading branch information
elezar committed Jan 28, 2024
1 parent c3949ea commit 2cc9099
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ on:

jobs:
check:
# TODO: Disable golangci-lint until the repo has been onboarded.
# See https://github.com/NVIDIA/mig-parted/issues/34
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2cc9099

Please sign in to comment.