Skip to content

Bump ruff from 0.8.6 to 0.9.0 #158

Bump ruff from 0.8.6 to 0.9.0

Bump ruff from 0.8.6 to 0.9.0 #158

Workflow file for this run

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