mattorb Stay curiousTighten Feedback LoopsIterate, Measure, LearnFan of Science, Design, and Systems Thinking

continuous integration

4 entries 4 posts

  1. 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.

  2. 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.

  3. 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.

  4. 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.