chore(docs): remove comment styling

This commit is contained in:
Stijnvandenbroek
2026-03-05 10:41:44 +00:00
parent ca5cb9e777
commit c6f5adf621
5 changed files with 21 additions and 22 deletions

View File

@@ -7,7 +7,7 @@ on:
branches: [main]
jobs:
# ── Lint ────────────────────────────────────────────────────────────────
# Lint
lint-python:
name: Ruff (lint + format)
runs-on: ubuntu-latest
@@ -67,7 +67,7 @@ jobs:
"**/*.yml" "**/*.yaml" "**/*.md" \
--ignore-path .prettierignore
# ── Tests ────────────────────────────────────────────────────────────────
# Tests
test:
name: Pytest
runs-on: ubuntu-latest