We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27bfd01 commit 15c4acbCopy full SHA for 15c4acb
.github/workflows/test-lp.yml
@@ -62,7 +62,7 @@ jobs:
62
if: steps.changed-markdown-files.outputs.any_changed == 'true'
63
run: |
64
echo "Checking YAML fields for changed learning paths..."
65
- python3 tools/validate_index_fields.py ${{ steps.changed-markdown-files.outputs.all_changed_files }}
+ python3 tools/verify_index_fields.py ${{ steps.changed-markdown-files.outputs.all_changed_files }}
66
- name: Run test suite for all changed .md files
67
id: run-suite
68
0 commit comments