Skip to content

Fix #238: Add user portal schema doc #261

Fix #238: Add user portal schema doc

Fix #238: Add user portal schema doc #261

Workflow file for this run

---
name: Ruff
on: [ pull_request ]
permissions:
contents: read
pull-requests: write # Required for posting comments
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
# Check for formatting errors (but don't fix them)
- uses: astral-sh/ruff-action@v3
with:
github-token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
args: "check"