Skip to content

Commit

Permalink
Move the hint to a more prominent location
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Oct 14, 2023
1 parent f15c6ae commit e1e17a2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@ on: [pull_request]

jobs:
typos-check:
name: Spell Check with Typos
name: add false positives to typos.toml
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout the JuliaLang/julia repository
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Check spelling
- name: Check spelling wit typos
uses: crate-ci/typos@master
- name: False positive hint
if: failure()
run: echo "If this is not a typo, add it to the [default.extend-identifiers] section of typos.toml"

0 comments on commit e1e17a2

Please sign in to comment.