aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza <xiretza@xiretza.xyz>2021-02-10 18:22:46 +0100
committertgingold <tgingold@users.noreply.github.com>2021-02-10 21:36:22 +0100
commit28f1d0a0517b74b6950403dc3394f2f712f5366c (patch)
tree28b91dcb96616ac79fb0ff7df3bcc20c835b1c32
parentae8ee83fe4b81e0e0b59ea4488926528c4c358db (diff)
downloadghdl-28f1d0a0517b74b6950403dc3394f2f712f5366c.tar.gz
ghdl-28f1d0a0517b74b6950403dc3394f2f712f5366c.tar.bz2
ghdl-28f1d0a0517b74b6950403dc3394f2f712f5366c.zip
CI: re-enable black formatting check
-rw-r--r--.github/workflows/Test.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml
index 0316f2b39..719ae8f9c 100644
--- a/.github/workflows/Test.yml
+++ b/.github/workflows/Test.yml
@@ -88,6 +88,7 @@ jobs:
run: |
sudo apt update -qq
sudo apt install -y gnat
+ python -m pip install black
- name: Update Python bindings
run: ./scripts/update_py_bindings.sh
@@ -97,9 +98,8 @@ jobs:
git diff --stat
git diff --exit-code
-# - run: python -m pip install black
-#
-# - run: python -m black --check pyGHDL
+ - name: Check if python follows code formatting standards
+ run: python -m black --check pyGHDL
#
# GPL