Skip to content

Commit ff02e24

Browse files
Add github actions yml files checker
1 parent 1ed32ac commit ff02e24

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ 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+
run: yamllint .github/workflows/*
33+
3034
- name: install `just`
3135
run: sudo snap install --edge --classic just
3236

0 commit comments

Comments
 (0)