Skip to content

Commit d89204c

Browse files
committed
ci(ci): 💚 Updated workflow
1 parent c438277 commit d89204c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.gacprc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"add": true,
3+
"push": true,
4+
"emoji": "emoji",
5+
"editor": false
6+
}

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- '!package.json'
79

810
jobs:
911
ci:
1012
runs-on: ubuntu-latest
1113

1214
steps:
1315
- uses: actions/checkout@v3
16+
with:
17+
fetch-depth: 0
1418
- uses: pnpm/action-setup@v2
1519
with:
1620
version: 7

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To create valid commit messages, you have to use conventional commits. For the t
3030
- style
3131
- test
3232

33-
We recommend to use a tool like [gitmoji-cli](https://github.com/carloscuesta/gitmoji-cli) or [gacp](https://github.com/vivaxy/gacp) to make following these requirements easier.
33+
We recommend to use a tool like [gitmoji-cli](https://github.com/carloscuesta/gitmoji-cli) or [gacp](https://github.com/vivaxy/gacp) to make following these requirements easier. This repository includes a `.gacprc` config file for gacp.
3434

3535
Note that `fix:` and `feat:` are for code changes. For typo or document changes, use `docs:` or `chore:` instead.
3636

0 commit comments

Comments
 (0)