From f90507a511504b9bae88805e259ad484e3e5815a Mon Sep 17 00:00:00 2001 From: Kat Morgan Date: Mon, 22 Jan 2024 21:53:04 +0000 Subject: [PATCH] hygene --- .github/workflows/{container.yaml => build.yaml} | 0 README.md | 2 ++ 2 files changed, 2 insertions(+) rename .github/workflows/{container.yaml => build.yaml} (100%) diff --git a/.github/workflows/container.yaml b/.github/workflows/build.yaml similarity index 100% rename from .github/workflows/container.yaml rename to .github/workflows/build.yaml diff --git a/README.md b/README.md index 43b0a5e..d553c0f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/pulumi/devcontainer?quickstart=1) +[![Pulumi Devcontainer Build Status](https://github.com/pulumi/devcontainer/actions/workflows/build.yaml/badge.svg)](https://github.com/pulumi/devcontainer/actions/workflows/build.yaml) + This is a [Github Template Repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) which provides a Pulumi [Devcontainer](https://code.visualstudio.com/docs/devcontainers/containers) together with GitOps ready boilerplate for quickly starting new Pulumi IaC projects. The Pulumi [Devcontainer](https://code.visualstudio.com/docs/devcontainers/containers) is designed with deep [VS Code](https://code.visualstudio.com) and [Github Codespaces](https://github.com/features/codespaces) integration to streamline a common Pulumi IaC and Provider development environment. dependencies and prerequisites as much as possible using [Dev Containers](https://containers.dev/) to prepare your development environment, or even just run your development directly in the browser with [Github CodeSpaces](https://github.com/features/codespaces).