From 643b58b6a60e307690d64707c8bea0dee9548ec1 Mon Sep 17 00:00:00 2001 From: Colin Adler Date: Fri, 18 Mar 2022 16:35:50 -0500 Subject: [PATCH 1/3] chore: workflow yaml linting --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b2d985f..35ebd8d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -42,7 +42,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: '^1.16.7' + go-version: "^1.16.7" - name: Install dependencies run: ./scripts/install_deps.sh @@ -76,7 +76,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: '^1.16.7' + go-version: "^1.16.7" - name: Install dependencies run: ./scripts/install_deps.sh From b29f09cf8a5c738352218f2fd2804a4124d99fc5 Mon Sep 17 00:00:00 2001 From: Stephan Kristyn <418352+stevek-pro@users.noreply.github.com> Date: Fri, 18 Mar 2022 22:37:44 +0100 Subject: [PATCH 2/3] fix: URL in curl command of README.md (#51) Co-authored-by: G r e y --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f871f1..ecd2703 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Alternatively, use the below command, replacing `$VERSION`, `$OSTYPE` as required: ```shell-session -$ curl -fSsL "https://github.com/cdr/coder-doctor/releases/latest/download/coder-doctor_${VERSION}_${OSTYPE}_${ARCH}.tar.gz" | tar -xzvf - +$ curl -fSsL "https://github.com/coder/coder-doctor/releases/download/v${VERSION}/coder-doctor_${VERSION}_${OSTYPE}_${ARCH}.tar.gz" | tar -xzvf - README.md coder-doctor ``` From 6491ee7afc134a7d592473c94d3ce8b7afa2f0c9 Mon Sep 17 00:00:00 2001 From: G r e y Date: Mon, 21 Mar 2022 05:31:53 -0400 Subject: [PATCH 3/3] fix: cdr -> coder in README (#52) We missed updating this when we moved repositories --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ecd2703..942d937 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Coder Doctor 🧑‍⚕️ -[![GitHub Release](https://img.shields.io/github/v/release/cdr/coder-doctor?color=6b9ded&include_prerelease=false)](https://github.com/cdr/coder-doctor/releases) +[![GitHub Release](https://img.shields.io/github/v/release/coder/coder-doctor?color=6b9ded&include_prerelease=false)](https://github.com/coder/coder-doctor/releases) [![Documentation](https://godoc.org/cdr.dev/coder-doctor?status.svg)](https://pkg.go.dev/cdr.dev/coder-doctor) [![Go Report Card](https://goreportcard.com/badge/cdr.dev/coder-doctor)](https://goreportcard.com/report/cdr.dev/coder-doctor) -[![build](https://github.com/cdr/coder-doctor/actions/workflows/build.yaml/badge.svg?event=push&branch=main)](https://github.com/cdr/coder-doctor/actions/workflows/build.yaml?query=branch%3Amain) -[![Coverage Status](https://coveralls.io/repos/github/cdr/coder-doctor/badge.svg?branch=main&t=sEVzim)](https://coveralls.io/github/cdr/coder-doctor?branch=main) +[![build](https://github.com/coder/coder-doctor/actions/workflows/build.yaml/badge.svg?event=push&branch=main)](https://github.com/coder/coder-doctor/actions/workflows/build.yaml?query=branch%3Amain) +[![Coverage Status](https://coveralls.io/repos/github/coder/coder-doctor/badge.svg?branch=main&t=sEVzim)](https://coveralls.io/github/coder/coder-doctor?branch=main) Coder Doctor is a command-line diagnostic tool for checking that a given platform can run the Coder control plane and workspaces. @@ -27,7 +27,7 @@ preflight checks: ## Installation -You can manually download the latest [release](https://github.com/cdr/coder-doctor/releases): +You can manually download the latest [release](https://github.com/coder/coder-doctor/releases): 1. Click a release and download the tar file for your operating system (ex: coder-doctor-linux-amd64.tar.gz) @@ -78,8 +78,8 @@ should work as well. We love feedback! Please [open an issue] or [submit a pull request] with any ideas for improving this. -[open an issue]: https://github.com/cdr/coder-doctor/issues -[submit a pull request]: https://github.com/cdr/coder-doctor/pulls +[open an issue]: https://github.com/coder/coder-doctor/issues +[submit a pull request]: https://github.com/coder/coder-doctor/pulls **Note:** This tool is in `beta` state and Coder offers no compatibility guarantees, either for the tool itself or any public Go APIs. Most code