mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
Bugfix: black_version_pin (#2121)
* ping black version * change to version 22.3.0 as in pre-commit * proper version * kick
This commit is contained in:
parent
750917f7a4
commit
f0b40f723a
1 changed files with 6 additions and 1 deletions
7
.github/workflows/zblack.yml
vendored
7
.github/workflows/zblack.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue