Skip to content

lint: rename github action #11

lint: rename github action

lint: rename github action #11

Workflow file for this run

name: CI
on: push
jobs:d

Check failure on line 5 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
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