Skip to content

chore(CI/CD): bump version 0.12.0 -> 0.12.1 #590

chore(CI/CD): bump version 0.12.0 -> 0.12.1

chore(CI/CD): bump version 0.12.0 -> 0.12.1 #590

name: "Run manual pre-commit stage"
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run-manual-stage:
name: Run pre-commit manual stage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: pdm-project/setup-pdm@v3
name: Setup PDM
with:
python-version: "3.10"
architecture: x64
enable-pep582: true
cache: false
- uses: pre-commit/[email protected]
with:
extra_args: --all-files --hook-stage manual --verbose
- name: Show dependencies graph
run: |
pdm install --no-default -d -G license --skip=post_install
pdm run pipdeptree --license