Skip to content

Feature/19 add GitHub actions (#23) #7

Feature/19 add GitHub actions (#23)

Feature/19 add GitHub actions (#23) #7

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