Skip to content

Add formatting, linting, and project config #4

Add formatting, linting, and project config

Add formatting, linting, and project config #4

Workflow file for this run

name: Ruff
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1