Skip to content

Commit 8441046

Browse files
committed
ci: comment test, rename to fmt
1 parent 61f4251 commit 8441046

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/quality.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ jobs:
2424
uses: ./.github/composite-actions/install
2525

2626
- name: Run Prettier
27-
run: pnpm prettier
27+
run: pnpm fmt
2828

29-
tests:
30-
name: Unit Tests
31-
runs-on: ubuntu-latest
32-
steps:
33-
- name: Checkout
34-
uses: actions/checkout@v3
29+
# tests:
30+
# name: Unit Tests
31+
# runs-on: ubuntu-latest
32+
# steps:
33+
# - name: Checkout
34+
# uses: actions/checkout@v3
3535

36-
- name: Install
37-
uses: ./.github/composite-actions/install
36+
# - name: Install
37+
# uses: ./.github/composite-actions/install
3838

39-
- name: Run tests
40-
run: pnpm test
39+
# - name: Run tests
40+
# run: pnpm test
4141

4242
eslint:
4343
name: ESLint
@@ -52,7 +52,7 @@ jobs:
5252
- name: Run ESLint
5353
run: pnpm lint
5454
env:
55-
NODE_OPTIONS: '--max-old-space-size=4096'
55+
NODE_OPTIONS: "--max-old-space-size=4096"
5656

5757
types:
5858
name: TypeScript

0 commit comments

Comments
 (0)