There was an error while loading. Please reload this page.
1 parent 708c2a4 commit 1ecde6eCopy full SHA for 1ecde6e
1 file changed
.github/workflows/__call-common-lint.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
python-version: '3.12'
31
32
- - name: Install dependencies
+ - name: Install Python dependencies
33
run: |
34
python -m pip install --upgrade \
35
pip \
@@ -40,6 +40,15 @@ jobs:
40
nb-clean \
41
nbqa[toolchain]
42
43
+ - name: Install actionlint
44
+ id: get_actionlint
45
+ shell: bash
46
+ run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
47
+
48
+ - name: actionlint
49
50
+ run: ${{ steps.get_actionlint.outputs.executable }} -color
51
52
- name: C++ - find files
53
id: cpp_files
54
0 commit comments