Skip to content

Commit 2428fda

Browse files
committed
ci: remove typo checking workflow as it's no longer needed
1 parent e71450f commit 2428fda

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,4 @@ jobs:
7878
run: |
7979
moon test --target js
8080
moon test --target js
81-
82-
check-typos:
83-
runs-on: ubuntu-latest
84-
85-
steps:
86-
- name: Checkout repository
87-
uses: actions/checkout@v4
88-
89-
- name: AutoCorrect
90-
uses: huacnlee/autocorrect-action@v2
91-
92-
- name: typos-action
93-
uses: crate-ci/[email protected]
81+

0 commit comments

Comments
 (0)