Skip to content

Commit 5f3d24c

Browse files
committed
move style check outside of tests
1 parent 1f2b518 commit 5f3d24c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ jobs:
1010
uses: actions/checkout@v2
1111
with:
1212
fetch-depth: 0
13-
- name: Use Node.js ${{ matrix.node-version }}
14-
uses: actions/setup-node@v2
15-
with:
16-
node-version: ${{ matrix.node-version }}
13+
- uses: actions/setup-node@v2
1714
- name: Code Style Check
1815
run: npx -y prettier -c .
1916
# run: npx @biomejs/biome format . # do this after we move to biome config

0 commit comments

Comments
 (0)