Skip to content

Commit

Permalink
[add] Pull Request badge configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed May 3, 2024
1 parent 94bda67 commit 88ad1b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/pr-badge.yml
Original file line number Diff line number Diff line change
@@ -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"
1 change: 0 additions & 1 deletion .github/workflows/formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88ad1b4

Please sign in to comment.