Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
borisikhin committed Nov 25, 2024
1 parent c1ce15d commit 58e7f9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/.typo-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dictionaries:
excluded_files:
- ".typo-ci.yml"
- ".github/.typo-ci.yml"
- ".github/workflows/action.yml"

# Any words we should ignore?
excluded_words:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
name: Linkspector
name: Linter

on:
push:
branches:
- 'main'
- '*'
pull_request:
branches:
- 'main'

jobs:
check-links:
name: runner / linkspector
name: Linkspector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -23,9 +22,10 @@ jobs:
fail_on_error: true

spellcheck:
name: Typo CI (GitHub Action)
name: Spell checker
runs-on: ubuntu-latest
timeout-minutes: 4
steps:
- name: TypoCheck
- uses: actions/checkout@v4

- name: Run Typo CI
uses: typoci/spellcheck-action@master

0 comments on commit 58e7f9f

Please sign in to comment.