Skip to content

Add ruff-lint, ruff-format, and pytest Github actions #1

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

Add ruff-lint, ruff-format, and pytest Github actions #1

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'