We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95310a5 commit e3e8130Copy full SHA for e3e8130
.github/workflows/coder.yaml
@@ -12,22 +12,6 @@ concurrency:
12
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
13
14
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
-
31
changes:
32
runs-on: ubuntu-latest
33
outputs:
0 commit comments