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 27a9136 commit 21491c4Copy full SHA for 21491c4
1 file changed
.github/workflows/pre-commit.yml
@@ -9,13 +9,20 @@ permissions: read-all
9
10
jobs:
11
pre-commit:
12
+ name: pre-commit
13
+
14
runs-on: ubuntu-24.04
15
timeout-minutes: 30
16
17
steps:
18
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
20
with:
- python-version: '3.12'
21
+ python-version: '3.14'
22
+ - name: Install from PyPI
23
+ shell: bash -l {0}
24
+ run: |
25
+ pip install codespell pylint
26
- name: Version of clang-format
27
run: |
28
clang-format --version
0 commit comments