Merge pull request #1359 from Codium-ai/tr/is_bot_user #13
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
# disabled. We might run it manually if needed. | |
#name: pre-commit | |
# | |
#on: | |
# pull_request: | |
# push: | |
# branches: [main] | |
# | |
#jobs: | |
# pre-commit: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v3 | |
# - uses: actions/setup-python@v5 | |
# # SEE https://github.com/pre-commit/action | |
# - uses: pre-commit/[email protected] |