Skip to content

[DOC] Adding test suite organization documentation #718

[DOC] Adding test suite organization documentation

[DOC] Adding test suite organization documentation #718

Workflow file for this run

name: Lint
on:
pull_request:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
- uses: actions/setup-python@v6
- uses: pre-commit/action@v3.0.1