Skip to content

Commit

Permalink
ci: add prettier in considered paths
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Oct 27, 2021
1 parent 6c6941e commit 15cd62b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci-blog-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- ".yarnrc.yml"
- "*.base.json"
- "*.base.js"
- ".prettier*.*"
- ".github/workflows/**"

pull_request:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- ".prettier*.*"
- "*.base.json"
- "*.base.js"
- ".prettier*.*"
- ".github/workflows/**"

pull_request:
Expand All @@ -21,9 +22,9 @@ on:
paths:
- "packages/**"
- ".yarnrc.yml"
- ".prettier*.*"
- "*.base.json"
- "*.base.js"
- ".prettier*.*"
- ".github/workflows/**"

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-vite-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- ".yarnrc.yml"
- "*.base.json"
- "*.base.js"
- ".prettier*.*"
- ".github/workflows/**"

pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ on:
- ".yarnrc.yml"
- "*.base.json"
- "*.base.js"
- ".prettier*.*"
- ".github/workflows/**"

jobs:
Expand Down

0 comments on commit 15cd62b

Please sign in to comment.