Skip to content

Commit 9f914e0

Browse files
Add github actions yml files checker
1 parent 1ed32ac commit 9f914e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929

30+
# We check that all github actions workflows have valid syntax
31+
- name: Validate YAML file
32+
uses: raven-actions/actionlint@v2
33+
with:
34+
files: .github/workflow/*
35+
3036
- name: install `just`
3137
run: sudo snap install --edge --classic just
3238

0 commit comments

Comments
 (0)