alpha
Login
or
Join now
lukebennett.dev
/
luke-ui
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/lukebennett88/luke-ui.
luke-ui.netlify.app/
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
luke-ui
/
.github
/
workflows
/
at
combobox-fixes
4 files
Luke Bennett
Migrate docs to Fumadocs-native MDX with live interactive examples (#69)
3w ago
1efae3db
check.yml
Migrate docs to Fumadocs-native MDX with live interactive examples (#69)
3 weeks ago
release.yml
Update GitHub Actions to Node 24 runtimes (#56) * Update GitHub Actions to Node 24 runtimes Resolves the 'Node.js 20 is deprecated' warnings by bumping jdx/mise-action to v4, actions/configure-pages to v6, actions/upload-pages-artifact to v5, and actions/deploy-pages to v5. All four are runtime-only major bumps with no input changes. * Run knip via turbo in CI so generate runs first Bare `pnpm run check:unused` fails on PRs that don't affect any package: --affected runs nothing, routeTree.gen.ts is never generated, and knip reports an unresolved import. turbo's //#check:unused task already declares the generate dependencies. * Run all CI checks through turbo uniformly Replace the pull_request/push if-else with one shape: a single turbo invocation for the scoped checks (--affected only on PRs, where the SCM env vars are set) plus an unscoped turbo invocation for knip, which is repo-wide and would be skipped by --affected on package-only changes. Also adds check:format-root to the PR path, which previously never checked root-file formatting. * Add check:docs to the CI check job A broken docs generator previously passed PR CI and only surfaced in deploy-pages on main, since only docs#build depends on generate:docs.
4 weeks ago
storybook.yml
Replace Argos with self-hosted visual regression tests (#63) Swap Argos for Vitest's native toMatchScreenshot in a new visual project, add a shared test toolkit, cover 12 components, and document a doc-rot convention.
3 weeks ago
update-visual-baselines.yml
Fix visual baseline update workflow
3 weeks ago