Files
pr-agent/.github/workflows/pre-commit.yml
Workflow config file is invalid. Please check your config file: EOF

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