aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/push.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/push.yml')
-rw-r--r--.github/workflows/push.yml32
1 files changed, 16 insertions, 16 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index 55d1cc3e7..c7503450f 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -14,22 +14,22 @@ jobs:
# Format
#
- fmt:
- runs-on: ubuntu-latest
- name: '🐍 Format (black)'
- steps:
-
- - name: '🧰 Checkout'
- uses: actions/checkout@v2
-
- - name: '🐍 Setup Python'
- uses: actions/setup-python@v2
- with:
- python-version: 3.8
-
- - run: python -m pip install black
-
- - run: python -m black --check python
+# fmt:
+# runs-on: ubuntu-latest
+# name: '🐍 Format (black)'
+# steps:
+#
+# - name: '🧰 Checkout'
+# uses: actions/checkout@v2
+#
+# - name: '🐍 Setup Python'
+# uses: actions/setup-python@v2
+# with:
+# python-version: 3.8
+#
+# - run: python -m pip install black
+#
+# - run: python -m black --check python
#
# GPL