diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-25 20:14:26 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-25 20:14:26 +0200 |
commit | 44476071ce4f88049afdcbb143975fd598eaf09f (patch) | |
tree | 5cd8388c678b6674b1af4ca5e699371dda330c5e | |
parent | Makefile: add black format target (diff) | |
download | snakeoil-44476071ce4f88049afdcbb143975fd598eaf09f.tar.gz snakeoil-44476071ce4f88049afdcbb143975fd598eaf09f.tar.bz2 snakeoil-44476071ce4f88049afdcbb143975fd598eaf09f.zip |
ci: add black format check
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | .github/workflows/test.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7e05284c..51e539af 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,3 +56,10 @@ jobs: uses: codecov/codecov-action@v3 with: files: ./coverage.xml + + format: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v3 + - uses: psf/black@stable |