ci: modernize tooling with pnpm, prettier and TypeScript - #147
Merged
Conversation
- Replace `nodejs`/npm with `pnpm`, lockfile converted via `pnpm import` - Add `typos` and `zizmor` and fix everything they found - Group the pixi manifest into features composed into the default environment - Split CI into `checks.yml` and `deploy.yml`, pin all actions to hashes - Add dependabot with auto-merge and a monthly `pixi upgrade` workflow - Move the Python scripts to `scripts/`
Hofer-Julian
marked this pull request as ready for review
August 10, 2026 08:57
ruben-arts
reviewed
Aug 10, 2026
ruben-arts
enabled auto-merge
August 10, 2026 09:33
ruben-arts
approved these changes
Aug 10, 2026
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.
This modernizes the website tooling and adds a lot of linting
pnpm and pixi manifest
pnpmsite,lintandscriptsfeatures, all added to the default environmentLinting
typosand fix what it found in the docszizmorand fix all findingsprettierwithprettier-plugin-astroand format the repotyto type-check the Python scriptslinttask runs all checksAutomation
pixi upgradeworkflow that opens a PR with the dependency diffTypeScript
typescriptis pinned to 6.x becauseastro checkdoes not support the TS 7 native compiler yet