mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-16 10:40:16 +08:00
17 lines
349 B
YAML
17 lines
349 B
YAML
# 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/action@v3.0.1
|