<hc/>
Tag

GitHub Actions

4 projects in the catalog use this stack.

Personal2021

Golang Docker Template

Starter repository for shipping a Go service inside Docker. Includes a multi-stage Dockerfile that builds a static binary against a scratch base, a docker-compose.yml for local development with hot reload, and a GitHub Actions workflow that publishes images to Docker Hub on tag.

GoDockerGitHub Actions
LocalStack2022

setup-localstack

GitHub Action that installs the LocalStack CLI, pulls the requested image, and starts the container inside a workflow runner. Handles license activation for LocalStack Pro, exposes the container endpoint as a job output, and ships with cache primitives for faster cold starts.

TypeScriptGitHub ActionsLocalStackDocker
Personal2020

Validate Issues over PRs

GitHub Action that fails a pull request when the body does not reference an open issue. Useful for projects that require an issue-first workflow. The action parses the PR body for issue keywords, validates each referenced issue exists and is open, and posts a comment explaining what is missing.

JavaScriptGitHub Actions
Open Source2021

SciPy

Scientific computing stack for Python that powers a large share of the open-source numerical ecosystem. Worked on the CI re-engineering effort during a Quansight Labs engagement, moving the test matrix off Travis and Azure onto GitHub Actions with cached wheel builds. Also added PR concurrency controls, local Act documentation, GitHub Issue Form templates, and Meson version string fixes.

PythonGitHub ActionsNumPy