github actions
5 entries 5 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.
-
Github Action for Javascript Vulnerability Scanning
Third-party JavaScript can become a liability without you changing a single line. A GitHub Action that scans loaded JS libraries against Snyk's vulnerability database on every push and weekly.
-
Github Action for Google PageSpeed Insights
A site can slow down commit by commit and you'd never know. PageSpeed Insights wired into GitHub Actions with enforced thresholds for desktop and mobile, triggered on push, schedule, and new posts.
-
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.