Skip to content

Better way of checking the test #6

Better way of checking the test

Better way of checking the test #6

name: Check Python formatting using Black and Ruff
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
- uses: chartboost/ruff-action@v1