Skip to content

Commit 4d07c12

Browse files
Add github actions yml files checker
1 parent c5525ed commit 4d07c12

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

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

30+
- name: Validate YAML file
31+
run: yamllint .github/workflows/*
32+
3033
- name: install `just`
3134
run: sudo snap install --edge --classic just
3235

0 commit comments

Comments
 (0)