Skip to content

Commit df96113

Browse files
committed
ci: use biome config file
1 parent 133846f commit df96113

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pull_requests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions/checkout@v5
2121
with:
2222
persist-credentials: false
23+
fetch-depth: 0
2324
- name: Setup Biome
2425
uses: biomejs/setup-biome@v2
2526
with:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
17+
with:
18+
fetch-depth: 0
1719

1820
- name: Setup Bun
1921
uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)