Skip to content

chore(deps-dev): bump ruff to version 0.6.7 from 0.6.6 #314

chore(deps-dev): bump ruff to version 0.6.7 from 0.6.6

chore(deps-dev): bump ruff to version 0.6.7 from 0.6.6 #314

Workflow file for this run

name: Ruff
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Ruff Lint
uses: chartboost/ruff-action@v1
format:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Ruff Format
uses: chartboost/ruff-action@v1
with:
args: "format --diff"