mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-06 05:40:38 +08:00
Enable pre-commit workflow with manual dispatch trigger
This commit is contained in:
25
.github/workflows/pre-commit.yml
vendored
25
.github/workflows/pre-commit.yml
vendored
@ -1,16 +1,17 @@
|
|||||||
# disabled. We might run it manually if needed.
|
# disabled. We might run it manually if needed.
|
||||||
#name: pre-commit
|
name: pre-commit
|
||||||
#
|
|
||||||
#on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
# pull_request:
|
# pull_request:
|
||||||
# push:
|
# push:
|
||||||
# branches: [main]
|
# branches: [main]
|
||||||
#
|
|
||||||
#jobs:
|
jobs:
|
||||||
# pre-commit:
|
pre-commit:
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# steps:
|
steps:
|
||||||
# - uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
# - uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
# # SEE https://github.com/pre-commit/action
|
# SEE https://github.com/pre-commit/action
|
||||||
# - uses: pre-commit/action@v3.0.1
|
- uses: pre-commit/action@v3.0.1
|
||||||
|
Reference in New Issue
Block a user