Skip to content

feat: try ruff

feat: try ruff #1

Workflow file for this run

name: Ruff
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint & format
uses: chartboost/ruff-action@v1
with:
args: "check format --fix"