Skip to content

Commit

Permalink
Update check_compliance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy authored Nov 25, 2024
1 parent f8af576 commit d2653a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/custom_python_actions/check_compliance.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import github3

from compliance_checks import (
BranchProtection,
ComplianceCheckHelper,
CodeOwners,
License,
Expand Down Expand Up @@ -32,7 +31,6 @@ def main() -> None:

checks_passed = True
for compliance_check in [
BranchProtection(),
CodeOwners(),
License(),
Readme(),
Expand Down

0 comments on commit d2653a2

Please sign in to comment.