Skip to content

Commit 767ed95

Browse files
committed
remove typos check
1 parent 62910d4 commit 767ed95

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,6 @@ jobs:
5656
- name: Client checks OK
5757
run: exit 0
5858

59-
typos:
60-
needs: changed-files
61-
runs-on: ubuntu-latest
62-
steps:
63-
- uses: actions/checkout@v4
64-
- uses: crate-ci/[email protected]
65-
with:
66-
config: apps/freedit/.typos.toml
67-
files: ${{ needs.changed-files.outputs.all_changed_files }}
68-
6959
_server:
7060
needs: changed-files
7161
if: needs.changed-files.outputs.server_any_changed == 'true'

0 commit comments

Comments
 (0)