Skip to content

Small change to the wording in the Release Notes #48

Small change to the wording in the Release Notes

Small change to the wording in the Release Notes #48

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