1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-20 20:21:18 -04:00

priority flag on above-the-fold images

This commit is contained in:
2022-01-09 23:35:16 -05:00
parent f56006d627
commit 58321a3844
18 changed files with 20 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ import Gist from "./components/embeds/Gist";
width="780"
height="322"
alt="Example workflow for a GitHub Action"
priority
/>
Since being accepted into the beta for [GitHub Actions](https://github.com/features/actions) a few months ago, I've found a new side hobby of whipping up new (and ideally creative) actions for anybody to add to their CI pipeline. Actions are modular steps that interact with a GitHub repository and can be coded with [Docker](https://github.com/actions/hello-world-docker-action) or [JavaScript/Node](https://github.com/actions/hello-world-javascript-action) — and either way, they can be as [simple](https://github.com/jakejarvis/wait-action) or as [complex](https://github.com/jakejarvis/lighthouse-action) as you want. But in both cases, they're incredibly fun to make and the results always scratch my itch for instant gratification.