Skip to content

Commit

Permalink
remove sdk check from skip
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-reth committed Dec 2, 2024
1 parent 5108315 commit 4402595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
env:
# Skip a few hooks: Golangci-lint and go-tests have their own actions. Allow lints against main commits.
SKIP: golangci-lint,run-go-tests,no-commit-to-branch,run-forge-tests,run-forge-fmt,run-sdk-checks
SKIP: golangci-lint,run-go-tests,no-commit-to-branch,run-forge-tests,run-forge-fmt
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 4402595

Please sign in to comment.