Skip to content

This appears to have been fixed (API rejects it) #320

This appears to have been fixed (API rejects it)

This appears to have been fixed (API rejects it) #320

Workflow file for this run

name: Ruff
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1