We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9186613 commit 55a2edcCopy full SHA for 55a2edc
1 file changed
.github/workflows/libssl.yaml
@@ -110,6 +110,8 @@ jobs:
110
run: ./admin/format --all -- --check
111
- name: Check C formatting
112
run: make format-check
113
+ - name: Check python formatting
114
+ uses: psf/black@stable
115
- name: Check ordering of build.rs entrypoints
116
run: ./admin/sort-entrypoints.py
117
- name: Check MATRIX.md is up-to-date
0 commit comments