Skip to content

Commit 818edf1

Browse files
committed
chore: 🔧 update CI trigger paths and fixed README
* Added `patches/`, `package.json`, `bun.lockb`, and `tsconfig.json` to CI trigger paths for better workflow management.
1 parent 29b2f49 commit 818edf1

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,21 @@ on:
44
# https://blog.esciencecenter.nl/reduce-reuse-recycle-save-the-planet-one-github-action-at-a-time-4ab602255c3f
55
push:
66
paths:
7+
- 'patches/'
78
- 'src/'
89
- 'tests/'
10+
- 'package.json'
11+
- 'bun.lockb'
12+
- 'tsconfig.json'
913

1014
pull_request:
1115
paths:
16+
- 'patches/'
1217
- 'src/'
1318
- 'tests/'
19+
- 'package.json'
20+
- 'bun.lockb'
21+
- 'tsconfig.json'
1422

1523
workflow_dispatch:
1624

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ apr
3232
<!-- markdownlint-disable-next-line no-inline-html -->
3333
<img src="./assets/example.png" alt="screenshot" width="600" />
3434

35-
3635
## ✨ Features
3736

3837
- 📦 Beautiful terminal UI
@@ -45,8 +44,8 @@ apr
4544

4645
If you like this project, consider supporting it by starring ⭐ it on GitHub, sharing it with your friends, or buying me a coffee ☕:
4746

48-
- https://send.monobank.ua/jar/6rUVs4yasg
49-
- https://donatello.to/okineadev
47+
- <https://send.monobank.ua/jar/6rUVs4yasg>
48+
- <https://donatello.to/okineadev>
5049

5150
## 🙏 Credits
5251

@@ -57,4 +56,4 @@ Thanks to these packages, this project works:
5756

5857
## 📝 License
5958

60-
MIT © [Okinea Dev](https://github.com/okineadev)
59+
MIT © [Okinea Dev](https://github.com/okineadev)

0 commit comments

Comments
 (0)