Skip to content

Commit 9cdaa56

Browse files
committed
hack(ci): remove moon info and moon fmt checks
1 parent c1c2af7 commit 9cdaa56

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
# moon check --deny-warn
4646
moon check
4747
48-
- name: moon info and moon fmt
49-
run: |
50-
moon info
51-
moon fmt
52-
git diff --exit-code
48+
# - name: moon info and moon fmt
49+
# run: |
50+
# moon info
51+
# moon fmt
52+
# git diff --exit-code
5353

5454
- name: moon test
5555
env:

0 commit comments

Comments
 (0)