Skip to content

build(deps): bump ruff from 0.8.0 to 0.8.1 #203

build(deps): bump ruff from 0.8.0 to 0.8.1

build(deps): bump ruff from 0.8.0 to 0.8.1 #203

Workflow file for this run

name: lint
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