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 68f64f8 commit e23af6eCopy full SHA for e23af6e
.github/workflows/format.yml
@@ -19,4 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
- name: Install clang-format-10
21
run: sudo apt-get install clang-format-10
22
+ - uses: actions/setup-python@v5
23
+ with:
24
+ python-version: 3.x
25
- uses: pre-commit/[email protected]
0 commit comments