Skip to content

Commit 8016d6d

Browse files
authored
Change YAML validation script extension to .cjs
1 parent 8fe0900 commit 8016d6d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/yaml-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
run: npm install js-yaml glob
2828

2929
- name: Validate YAML files and keys
30-
run: node .github/scripts/check-yaml.js
30+
run: node .github/scripts/check-yaml.cjs
31+

0 commit comments

Comments
 (0)