mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-07 22:30:38 +08:00
18 lines
358 B
YAML
18 lines
358 B
YAML
# disabled. We might run it manually if needed.
|
|
name: pre-commit
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
# 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
|