diff options
| author | Bobby <[email protected]> | 2022-11-06 02:16:29 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-06 02:16:29 -0500 |
| commit | a2f95936f453e9c6a5bc5b8c553e5f26277f91df (patch) | |
| tree | e8f6b81ef9ce7ce4373ef8cfc1acc70e37abfa42 /.github | |
| parent | ceb99217ee35065a04838ce108abbf94fbe4a159 (diff) | |
| download | texty-a2f95936f453e9c6a5bc5b8c553e5f26277f91df.tar.xz texty-a2f95936f453e9c6a5bc5b8c553e5f26277f91df.zip | |
refactor: use black from setup
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/texty.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/texty.yaml b/.github/workflows/texty.yaml index 16ab67b..9e1da42 100644 --- a/.github/workflows/texty.yaml +++ b/.github/workflows/texty.yaml @@ -18,7 +18,7 @@ jobs: python setup.py - name: Run Lint Check run: | - python -m pip install black + python setup.py install black --check . - name: Run Build run: | |
