Skip to content

lint: split github actions into test.yml and lint.yml #1

lint: split github actions into test.yml and lint.yml

lint: split github actions into test.yml and lint.yml #1

Workflow file for this run

name: CI
on: push
jobs:
lint:
name: Ruff
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run Ruff over code
uses: chartboost/ruff-action@v1