ci: Update pre-commit hook to run properly without needing docker ins… #80
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Enforce Open Source Community Standards | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
jobs: | |
enforce-community-standards: | |
uses: ./.github/workflows/_reusable-enforce-community-standards.yml |