Skip to content

ci: bump python-semantic-release/python-semantic-release from 9.16.1 to 9.17.0 #61

ci: bump python-semantic-release/python-semantic-release from 9.16.1 to 9.17.0

ci: bump python-semantic-release/python-semantic-release from 9.16.1 to 9.17.0 #61

Workflow file for this run

name: Check Pull Requests
on:
pull_request:
jobs:
pr:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Run pre-commit
uses: pre-commit/[email protected]
- name: Autofix using pre-commit-ci-lite
uses: pre-commit-ci/[email protected]
if: always()