Skip to content

fix (docker): Fix docker entrypoint #6

fix (docker): Fix docker entrypoint

fix (docker): Fix docker entrypoint #6

Workflow file for this run

name: Linter
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
linter:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rickstaa/action-black@v1
with:
black_args: ". --check"