Skip to content

[WIP] Add pytest markers to current tests and update the doc. #2156

[WIP] Add pytest markers to current tests and update the doc.

[WIP] Add pytest markers to current tests and update the doc. #2156

Workflow file for this run

name: pre-commit
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch: # for manual trigger
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
contents: read
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: 'pip'
- uses: pre-commit/[email protected]