Skip to content

Commit

Permalink
ci(github-precommit): Add skipping rules with submodules in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Oct 2, 2023
1 parent 272b409 commit 4501bed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre_commit_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ permissions:
jobs:
pre_commit_check:
runs-on: ubuntu-latest
env:
SKIP: "cleanup-ignore-lists"
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 4501bed

Please sign in to comment.