Skip to content

add blame ignore file, ignore format commit #2

add blame ignore file, ignore format commit

add blame ignore file, ignore format commit #2

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint-ruff:
runs-on: ubuntu-latest
name: ruff
steps:
- name: Check out source repository
uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1