diff --git a/.github/workflows/zblack.yml b/.github/workflows/zblack.yml index 56b86da551..4a54b98df9 100644 --- a/.github/workflows/zblack.yml +++ b/.github/workflows/zblack.yml @@ -8,4 +8,9 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 - - uses: psf/black@stable # https://black.readthedocs.io/en/stable/integrations/github_actions.html + # This version should match what you can find in .pre-commit-config.yaml + - uses: psf/black@22.3.0 # https://black.readthedocs.io/en/stable/integrations/github_actions.html + with: + options: "--check --verbose" + src: "./src" + version: "22.3.0"