Skip to content

ci: configure semantic release #23

ci: configure semantic release

ci: configure semantic release #23

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
workflow_call:
jobs:
pre-commit:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1