Skip to content

fix(deps): update python docker tag #425

fix(deps): update python docker tag

fix(deps): update python docker tag #425

Workflow file for this run

name: Black code formatter check
on: [push, pull_request, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./psyki" # replace with your code path