Skip to content

chore: change line length to 100 #18

chore: change line length to 100

chore: change line length to 100 #18

Workflow file for this run

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