Skip to content

Commit 26551ce

Browse files
authored
Update black action
1 parent bfce77f commit 26551ce

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,16 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19+
1920
- name: Set up Python ${{ matrix.python-version }}
2021
uses: actions/setup-python@v2
2122
with:
2223
python-version: ${{ matrix.python-version }}
24+
2325
- name: Install dependencies
2426
run: |
2527
python -m pip install --upgrade pip
2628
python setup.py install
29+
2730
- name: Black Code Formatter
28-
uses: lgeiger/black-action@v1.0.1
31+
uses: jpetrucciani/black-check@22.12.0

0 commit comments

Comments
 (0)