File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -24,20 +24,20 @@ jobs:
24
24
uses : ./.github/composite-actions/install
25
25
26
26
- name : Run Prettier
27
- run : pnpm prettier
27
+ run : pnpm fmt
28
28
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
35
35
36
- - name : Install
37
- uses : ./.github/composite-actions/install
36
+ # - name: Install
37
+ # uses: ./.github/composite-actions/install
38
38
39
- - name : Run tests
40
- run : pnpm test
39
+ # - name: Run tests
40
+ # run: pnpm test
41
41
42
42
eslint :
43
43
name : ESLint
52
52
- name : Run ESLint
53
53
run : pnpm lint
54
54
env :
55
- NODE_OPTIONS : ' --max-old-space-size=4096'
55
+ NODE_OPTIONS : " --max-old-space-size=4096"
56
56
57
57
types :
58
58
name : TypeScript
You can’t perform that action at this time.
0 commit comments