Skip to content

build(deps-dev): bump ruff from 0.3.4 to 0.3.5 #97

build(deps-dev): bump ruff from 0.3.4 to 0.3.5

build(deps-dev): bump ruff from 0.3.4 to 0.3.5 #97

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