Skip to content

Commit 12e635a

Browse files
authored
chore(ci): remove biomejs/setup-biome (#982)
1 parent f3ca163 commit 12e635a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- name: corepack
1717
run: npm i -g corepack
18-
- uses: biomejs/setup-biome@v2
1918
- uses: actions/setup-node@v4
2019
with:
2120
node-version: ${{ matrix.node-version }}
2221
cache: "yarn"
2322
- name: install
2423
run: yarn
2524
- name: lint+format
26-
run: biome ci
25+
run: yarn ci
2726
- name: build
2827
run: yarn build
2928
- name: test

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"scripts": {
3636
"build": "tsc",
3737
"check": "biome check --write",
38+
"ci": "biome ci",
3839
"generate:map": "tsx scripts/generateClientTypesMap",
3940
"generate:tests": "tsx scripts/generateNewClientTests",
4041
"release": "tsx scripts/testUpdatedIdentifiers && yarn build && changeset publish",

0 commit comments

Comments
 (0)