Skip to content

seperate ruff check and ruff format #1

seperate ruff check and ruff format

seperate ruff check and ruff format #1

Workflow file for this run

name: Ruff check
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1