Polish: distinct CI workflow names, consistent link format, drop dead content - #55
Open
jkeychan wants to merge 1 commit into
Open
Polish: distinct CI workflow names, consistent link format, drop dead content#55jkeychan wants to merge 1 commit into
jkeychan wants to merge 1 commit into
Conversation
…/stale content - Give actionlint/ratchet/zizmor workflows distinct top-level names instead of all three sharing "Workflow Security and Linting" (job-level names, which branch protection actually keys on, are unaffected) - Fix a .clusterfuzzlite/ link using /blob/main/ (file form) for what's a directory; README.md already used the correct /tree/main/ form - Drop leftover Docusaurus scaffold comments in docusaurus.config.ts - Remove a dead Permissions-Policy: interest-cohort=() header -- FLoC was never adopted and Chrome dropped the feature years ago - Add a Documentation link to pyproject.toml's project.urls, alongside the existing Homepage/Repository/Issues -- the docs site wasn't linked from the one page most PyPI visitors actually see
Deploying waxcut with
|
| Latest commit: |
caeba98
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0c99e03b.waxcut.pages.dev |
| Branch Preview URL: | https://polish-nits.waxcut.pages.dev |
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.
Five small, independent cleanups, no functional changes:
actionlint.yml/ratchet.yml/zizmor.ymlshared the identical top-levelname: Workflow Security and Linting, making the Actions sidebar show three indistinguishable entries. Given each a distinct name. Job-level names (what branch protection's required-status-checks actually key on) are untouched.site/docs/security.mdlinked.clusterfuzzlite/(a directory) with/blob/main/, the file-view form;README.mdalready used the correct/tree/main/form for the same path. Made consistent.docusaurus.config.ts.Permissions-Policy: interest-cohort=()header — a FLoC opt-out for a feature Chrome dropped years ago.Documentation = "https://waxcut.pages.dev/"topyproject.toml'sproject.urls— the docs site wasn't linked from the PyPI project page.Test plan
actionlint .github/workflows/*.yml— cleancd site && npm run build— cleanuv run pytest tests/ -v— 218 passed, 1 skipped, 2 xfailed (unaffected)pyproject.tomlvalidated as parseable TOML