Skip to content

Commit e3e8130

Browse files
Remove job
1 parent 95310a5 commit e3e8130

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/coder.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,6 @@ concurrency:
1212
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1313

1414
jobs:
15-
typos:
16-
runs-on: ubuntu-latest
17-
steps:
18-
- name: Checkout
19-
uses: actions/checkout@v2
20-
- name: typos-action
21-
uses: crate-ci/typos@v1.12.12
22-
with:
23-
config: .github/workflows/typos.toml
24-
- name: Fix Helper
25-
if: ${{ failure() }}
26-
run: |
27-
echo "::notice:: you can automatically fix typos from your CLI:
28-
cargo install typos-cli
29-
typos -c .github/workflows/typos.toml -w"
30-
3115
changes:
3216
runs-on: ubuntu-latest
3317
outputs:

0 commit comments

Comments
 (0)