Skip to content

fix: lint workflow

fix: lint workflow #2

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run ruff
uses: chartboost/ruff-action@v11