From 88ad1b4a508ad9605c4bd32e86a3721bb541ee41 Mon Sep 17 00:00:00 2001 From: South Drifted Date: Fri, 3 May 2024 16:25:20 +0000 Subject: [PATCH] [add] Pull Request badge configuration --- .github/pr-badge.yml | 11 +++++++++++ .github/workflows/formatter.yml | 1 - 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .github/pr-badge.yml diff --git a/.github/pr-badge.yml b/.github/pr-badge.yml new file mode 100644 index 0000000..ca1b01a --- /dev/null +++ b/.github/pr-badge.yml @@ -0,0 +1,11 @@ +- icon: github + label: "GitHub codespaces" + message: "PR-$prNumber" + color: "black" + url: "https://codespaces.new/$owner/$repo/pull/$prNumber" + +- icon: git + label: "GitPod.io" + message: "PR-$prNumber" + color: "orange" + url: "https://gitpod.io/?autostart=true#https://github.com/$owner/$repo/pull/$prNumber" diff --git a/.github/workflows/formatter.yml b/.github/workflows/formatter.yml index 5f3b3ec..6ea8084 100644 --- a/.github/workflows/formatter.yml +++ b/.github/workflows/formatter.yml @@ -15,7 +15,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: "lts/*" - cache: pnpm - name: Lint & Format run: pnpm --package=@lint-md/cli dlx lint-md **/*.md --fix