Test: Validate CI workflow changes from PR #163#174
Open
brycelelbach wants to merge 2 commits intomainfrom
Open
Test: Validate CI workflow changes from PR #163#174brycelelbach wants to merge 2 commits intomainfrom
brycelelbach wants to merge 2 commits intomainfrom
Conversation
Add test files that deliberately trigger all 5 CI checks: - bad.yaml: indentation and duplicate key errors (yamllint) - bad-link.md: broken URL (lychee link checker) - bad-notebook.ipynb: non-canonical format with outputs (notebook format) - not-lfs-tracked.png: PNG added without LFS (git-lfs check)
Contributor
❌ YAML Check FailedYAML lint errorsHow to fix:pip install yamllint
yamllint -d "{rules: {line-length: disable}}" . |
Contributor
❌ Git Signature Check FailedFound 1 unsigned commit(s): Unsigned commits
How to fix:
|
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Temporary PR to validate the CI workflow changes landed in PR #163. This branch intentionally triggers all 5 CI checks to verify:
bad.yamlwith indentation errors and duplicate keysbad-link.mdwith a broken GitHub URLbad-notebook.ipynbwith non-canonical format, outputs, and execution countsnot-lfs-tracked.pngadded without LFS trackingWhat to verify
pushevent (notpull_request)<details>blocks with error outputCleanup
Delete this PR and branch once validation is complete.