Skip to content

Commit 510b764

Browse files
committed
chore: yarn -> bun migration
1 parent 6265bd9 commit 510b764

File tree

3 files changed

+910
-2866
lines changed

3 files changed

+910
-2866
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v5
17+
- uses: oven-sh/setup-bun@v2
1718

18-
- run: yarn install
19-
- run: yarn lint
20-
- run: yarn build
19+
- run: bun install
20+
- run: bun run lint
21+
- run: bun run build
2122

2223
- name: Deploy 🚀
2324
if: github.event_name == 'push'
@@ -29,5 +30,5 @@ jobs:
2930
- name: Check for broken links
3031
uses: lycheeverse/lychee-action@v2
3132
with:
32-
args: src/**/*.tsx --exclude https://api.github.com --exclude https://codepen.io/pen/define --exclude https://war.ukraine.ua/support-ukraine/ --exclude https://www.minisexdoll.com/anime-sexdoll/ --exclude https://www.mymasturbators.com/ --exclude https://github.com/sweetalert2/sweetalert2/commits/main --exclude https://sextoycollective.com/ --exclude https://www.pidoll.com/ --exclude https://www.uusexdoll.com/ --exclude https://huntlocals.com/ --exclude https://www.nakedoll.com/
33+
args: src/**/*.tsx --exclude https://api.github.com --exclude https://codepen.io/pen/define --exclude https://war.ukraine.ua/support-ukraine/ --exclude https://www.minisexdoll.com/anime-sexdoll/ --exclude https://www.mymasturbators.com/ --exclude https://github.com/sweetalert2/sweetalert2/commits/main --exclude https://sextoycollective.com/ --exclude https://www.pidoll.com/ --exclude https://www.uusexdoll.com/ --exclude https://huntlocals.com/ --exclude https://www.nakedoll.com/ --exclude https://doctorclimax.com/
3334
fail: true

0 commit comments

Comments
 (0)