Skip to content

Commit 71c7d3b

Browse files
committed
Use uv to run actionlint
1 parent 1318b1e commit 71c7d3b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ci:
77
# We use system Python, with required dependencies specified in pyproject.toml.
88
# We therefore cannot use those dependencies in pre-commit CI.
99
skip:
10-
- actionlint
1110
- check-manifest
1211
- deptry
1312
- doc8
@@ -61,8 +60,8 @@ repos:
6160
hooks:
6261
- id: actionlint
6362
name: actionlint
64-
entry: actionlint
65-
language: system
63+
entry: uv run --all-extras actionlint
64+
language: python
6665
pass_filenames: false
6766
types_or: [yaml]
6867

0 commit comments

Comments
 (0)