Skip to content

[build] Address deprecations and make sure you're inside the pipenv s… #72

[build] Address deprecations and make sure you're inside the pipenv s…

[build] Address deprecations and make sure you're inside the pipenv s… #72

Workflow file for this run

name: black
on: [push, pull_request]
jobs:
linter_name:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rickstaa/action-black@v1
with:
black_args: ". --check"