From dc81680e687a2ee7755b36baaddbc8c2688a3b4c Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sat, 5 Oct 2024 11:35:49 -0700 Subject: [PATCH 1/2] docs(README.md): mention setup coder GitHub action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a17d5f0532397..c3e13b0fd15e1 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ We are always working on new integrations. Please feel free to open an issue and - [**Module Registry**](https://registry.coder.com): Extend development environments with common use-cases - [**Kubernetes Log Stream**](https://github.com/coder/coder-logstream-kube): Stream Kubernetes Pod events to the Coder startup logs - [**Self-Hosted VS Code Extension Marketplace**](https://github.com/coder/code-marketplace): A private extension marketplace that works in restricted or airgapped networks integrating with [code-server](https://github.com/coder/code-server). +- [**Setup Coder**](https://github.com/marketplace/actions/setup-coder): An action to setup coder CLI in GitHub workflows. ### Community From 38f544d99dc311f3e2561f4cb706747ab6ec5fbf Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 7 Oct 2024 08:43:31 +0000 Subject: [PATCH 2/2] fix: remove trailing whitespace in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3e13b0fd15e1..07840d9475812 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ We are always working on new integrations. Please feel free to open an issue and - [**Module Registry**](https://registry.coder.com): Extend development environments with common use-cases - [**Kubernetes Log Stream**](https://github.com/coder/coder-logstream-kube): Stream Kubernetes Pod events to the Coder startup logs - [**Self-Hosted VS Code Extension Marketplace**](https://github.com/coder/code-marketplace): A private extension marketplace that works in restricted or airgapped networks integrating with [code-server](https://github.com/coder/code-server). -- [**Setup Coder**](https://github.com/marketplace/actions/setup-coder): An action to setup coder CLI in GitHub workflows. +- [**Setup Coder**](https://github.com/marketplace/actions/setup-coder): An action to setup coder CLI in GitHub workflows. ### Community