Skip to content

[pre-commit.ci] pre-commit autoupdate #485

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #485

Workflow file for this run

name: Run test commands
on:
pull_request:
branches: [ main ]
jobs:
bump:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.4.8
with:
python-version: "3.13"
command: tbump --dry-run --only-patch $(pipenv run tbump current-version)"-x"
towncrier:
runs-on: ubuntu-latest
if: ${{ !contains(fromJSON('["dependabot[bot]","pre-commit-ci"]'), github.actor) }}
steps:
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.4.8
with:
python-version: "3.13"
command: towncrier check --compare-with origin/main
fetch-depth: 0