Skip to content

Add ruff check, ruff format --check, and pytest Github actions #3

Add ruff check, ruff format --check, and pytest Github actions

Add ruff check, ruff format --check, and pytest Github actions #3

Workflow file for this run

name: ruff-lint
on: [push, pull_request]
jobs:
ruff-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: 'check'