Skip to content

Commit 1ecde6e

Browse files
feat(workflows): add actionlint
1 parent 708c2a4 commit 1ecde6e

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/__call-common-lint.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
python-version: '3.12'
3131

32-
- name: Install dependencies
32+
- name: Install Python dependencies
3333
run: |
3434
python -m pip install --upgrade \
3535
pip \
@@ -40,6 +40,15 @@ jobs:
4040
nb-clean \
4141
nbqa[toolchain]
4242
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+
shell: bash
50+
run: ${{ steps.get_actionlint.outputs.executable }} -color
51+
4352
- name: C++ - find files
4453
id: cpp_files
4554
run: |

0 commit comments

Comments
 (0)