Skip to content

Commit c2acb50

Browse files
committed
Update ci
1 parent 161a3ab commit c2acb50

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,4 @@ jobs:
3535
run: npm run build
3636

3737
- name: Test
38-
run: npm run test
39-
40-
check-format:
41-
name: Check Formatting
42-
runs-on: ubuntu-latest
43-
44-
steps:
45-
- name: Checkout
46-
uses: actions/checkout@v4
47-
48-
- name: Setup Node.js
49-
uses: actions/setup-node@v4
50-
with:
51-
node-version: 20
52-
cache: 'npm'
53-
54-
- name: Install dependencies
55-
run: npm ci
56-
57-
- name: Build
58-
run: npm run build
38+
run: npm run test

0 commit comments

Comments
 (0)