Skip to content

feat: test black and ruff in 1 step #6

feat: test black and ruff in 1 step

feat: test black and ruff in 1 step #6

Workflow file for this run

name: Linters
on: [push]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
- uses: chartboost/ruff-action@v1