Skip to content

Remove PyTorch Cheat Sheet #3402

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/link_checkPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ jobs:
- name: Skip Message
if: steps.skip-label.outputs.result == 'true'
run: echo "Link check was skipped due to the presence of the 'skip-link-check' label."


# Per tj-actions, a delete file is not a changed file so this ensures lint checking does not occur on deleted files
- name: No Files to Check
if: steps.skip-label.outputs.result == 'false' && steps.changed-files.outputs.any_changed == 'true'
run: echo "No relevant files were changed in this PR that require link checking."

- name: Suggestions
if: failure()
run: |
Expand Down
191 changes: 0 additions & 191 deletions beginner_source/PyTorch Cheat.md

This file was deleted.

Loading