Skip to content

Commit 55a2edc

Browse files
committed
ci: check python formatting
1 parent 9186613 commit 55a2edc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/libssl.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ jobs:
110110
run: ./admin/format --all -- --check
111111
- name: Check C formatting
112112
run: make format-check
113+
- name: Check python formatting
114+
uses: psf/black@stable
113115
- name: Check ordering of build.rs entrypoints
114116
run: ./admin/sort-entrypoints.py
115117
- name: Check MATRIX.md is up-to-date

0 commit comments

Comments
 (0)