Skip to content

fix: ruff version on linting workflow #3

fix: ruff version on linting workflow

fix: ruff version on linting workflow #3

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@v1