Skip to content

Formatting

Formatting #39

Workflow file for this run

name: ruff
name: Ruff

Check failure on line 3 in .github/workflows/ruff.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ruff.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1