We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf85b90 commit ceafeafCopy full SHA for ceafeaf
.github/workflows/format.yml
@@ -16,4 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
- name: Install clang-format-14
18
run: sudo apt-get install clang-format-14
19
+ - uses: actions/setup-python@v5
20
+ with:
21
+ python-version: 3.x
22
- uses: pre-commit/[email protected]
0 commit comments