Skip to content

Commit 1a5f70e

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

File tree

3 files changed

+909
-2866
lines changed

3 files changed

+909
-2866
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v5
1717

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

2222
- name: Deploy 🚀
2323
if: github.event_name == 'push'
@@ -29,5 +29,5 @@ jobs:
2929
- name: Check for broken links
3030
uses: lycheeverse/lychee-action@v2
3131
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/
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/ --exclude https://doctorclimax.com/
3333
fail: true

0 commit comments

Comments
 (0)