Skip to content

Merge branch 'develop' into fix/chat-listener #612

Merge branch 'develop' into fix/chat-listener

Merge branch 'develop' into fix/chat-listener #612

Workflow file for this run

name: ruff
on: push
jobs:
ruff:
name: syntax-check-python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: 'format --check'