diff options
author | Mango0x45 <thomasvoss@live.com> | 2020-09-12 12:45:28 +0000 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2020-09-12 12:45:28 +0000 |
commit | 1a1c85dff54757ba68e8890ca81861aa391790c6 (patch) | |
tree | 0af2a98b2b87ecc80d00a09097c5f017a5d84d4e /.github/workflows/black.yml | |
parent | 4e6646fc26f1bef230f594432ff1e0903ff95779 (diff) | |
download | steve-bot-1a1c85dff54757ba68e8890ca81861aa391790c6.tar steve-bot-1a1c85dff54757ba68e8890ca81861aa391790c6.tar.gz steve-bot-1a1c85dff54757ba68e8890ca81861aa391790c6.tar.bz2 steve-bot-1a1c85dff54757ba68e8890ca81861aa391790c6.tar.lz steve-bot-1a1c85dff54757ba68e8890ca81861aa391790c6.tar.xz steve-bot-1a1c85dff54757ba68e8890ca81861aa391790c6.tar.zst steve-bot-1a1c85dff54757ba68e8890ca81861aa391790c6.zip |
Action fix
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/black.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index fb422c8..2cf5422 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -11,4 +11,4 @@ jobs: steps: - uses: actions/checkout@v1 - name: Black Check - uses: jpetrucciani/black-check@19.10b0 + run: black *.py && black cogs/*.py |