continuous integration
4 entries 4 posts
-
Github Action for Lighthouse
Performance and accessibility degrade quietly between releases if nothing is measuring them. Lighthouse in GitHub Actions with score thresholds for performance, accessibility, best practices, and SEO — fails the build when you drop.
-
Dev Team Productivity - Technical Practices
Busyness and productivity are not the same thing in software teams. A twelve-point rundown of the technical practices — version control hygiene through observability — that actually move the needle.
-
Goodbye Broken links: Ghost + Muffet + Github Actions
Link rot is invisible until a reader hits it. Muffet + GitHub Actions turned broken link detection into a CI check that runs on push, schedule, and content updates.
-
CI your MacOS dotfiles with GitHub Actions!
Your dotfiles probably haven't been tested on a clean machine in years. A GitHub Actions macOS VM workflow that exercises a full dotfiles install on every push, for free.