Skip to content

Commit dbf207a

Browse files
committed
chore(docs): switch to dynamic all-contributors badge
1 parent 234011c commit dbf207a

File tree

4 files changed

+1
-57
lines changed

4 files changed

+1
-57
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Add & Commit
22

33
[![Public workflows that use this action.](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi-git-master.endbug.vercel.app%2Fapi%2Fgithub-actions%2Fused-by%3Faction%3DEndBug%2Fadd-and-commit%26badge%3Dtrue)](https://github.com/search?o=desc&q=EndBug+add-and-commit+path%3A.github%2Fworkflows+language%3AYAML&s=&type=Code)
4-
[![All Contributors](https://img.shields.io/badge/all_contributors-21-orange.svg?style=flat)](#contributors-)
4+
[![All Contributors](https://img.shields.io/github/all-contributors/EndBug/add-and-commit)](#contributors-)
55

66
You can use this GitHub Action to commit changes made in your workflow run directly to your repo: for example, you use it to lint your code, update documentation, commit updated builds, etc....
77

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"watch": "ncc build src/main.ts --watch --out lib",
99
"lint": "eslint --ext .ts src",
1010
"lint:fix": "eslint --ext .ts --fix src",
11-
"all-contributors-badge": "ts-node scripts/all-contributors-badge",
1211
"changelog": "ts-node scripts/changelog.ts && npm i",
1312
"test": "echo \"Error: no test specified\" && exit 1"
1413
},

scripts/all-contributors-badge.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)