Skip to content

Small changes in the getting started tutorial #644

Small changes in the getting started tutorial

Small changes in the getting started tutorial #644

Workflow file for this run

name: Lint
on: [pull_request]
permissions:
contents: read
env:
FORCE_COLOR: 1
RUFF_OUTPUT_FORMAT: github
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: pre-commit/action@v3.0.1
if: false