We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe0900 commit 8016d6dCopy full SHA for 8016d6d
1 file changed
.github/workflows/yaml-lint.yml
@@ -27,4 +27,5 @@ jobs:
27
run: npm install js-yaml glob
28
29
- name: Validate YAML files and keys
30
- run: node .github/scripts/check-yaml.js
+ run: node .github/scripts/check-yaml.cjs
31
+
0 commit comments