Skip to content

Commit 21491c4

Browse files
committed
update pre-commit workflow
1 parent 27a9136 commit 21491c4

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,20 @@ permissions: read-all
99

1010
jobs:
1111
pre-commit:
12+
name: pre-commit
13+
1214
runs-on: ubuntu-24.04
1315
timeout-minutes: 30
16+
1417
steps:
1518
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1619
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1720
with:
18-
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
1926
- name: Version of clang-format
2027
run: |
2128
clang-format --version

0 commit comments

Comments
 (0)