-
Notifications
You must be signed in to change notification settings - Fork 0
ci: gate spacecraft.css against the canonical palette #37
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -84,3 +84,17 @@ jobs: | |
| --catalogue .construct \ | ||
| --no-version-check \ | ||
| The_Steelbore_Standard.texi The_Steelbore_Standard.md | ||
|
|
||
| # spacecraft.css is embedded verbatim into this repository's HTML output by | ||
| # `texi2any --css-include`, so a colour that drifts from the canonical palette | ||
| # is a wrong colour in the published document — with the build still passing | ||
| # and nothing reporting it. The checker and the palette both live in Construct, | ||
| # which is already checked out above; this copy is compared against the same | ||
| # steelbore.toml the skills use, and against Construct's own copy, which is | ||
| # byte-identical by design. | ||
| - name: spacecraft.css matches the canonical palette | ||
| run: | | ||
| python3 .construct/.github/check-palette-css.py \ | ||
| --toml .construct/steelbore-color-palette/assets/steelbore.toml \ | ||
| spacecraft.css \ | ||
| .construct/steelbore-color-palette/assets/spacecraft.css | ||
|
Comment on lines
+95
to
+100
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This adds a required check to every PR and AGENTS.md reference: AGENTS.md:L54-L59 Useful? React with 👍 / 👎. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit
69241b339f58611e55f09fc668d322559905acf1has nogpgsigheader, so GitHub cannot mark this revision Verified. Recreate the commit with a valid cryptographic signature before merging.AGENTS.md reference: AGENTS.md:L83-L90
Useful? React with 👍 / 👎.