Skip to content

Commit 6475a5a

Browse files
committed
Oops python package, fix xargs
1 parent e18a5b1 commit 6475a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up cmake-lint
2020
run: |
2121
python -m pip install --upgrade pip
22-
python -m pip install cmake-lint
22+
python -m pip install cmakelang
2323
2424
- name: Lint all CMake files
2525
run: |
@@ -30,5 +30,5 @@ jobs:
3030
fi
3131
echo "Linting the following files:"
3232
echo "$FILES"
33-
echo "$FILES" | xargs cmake-lint
33+
cmake-lint $FILES
3434

0 commit comments

Comments
 (0)