From 58e7f9f1487d558de37e930ec426fc37691d0992 Mon Sep 17 00:00:00 2001 From: Igor Borisikhin Date: Mon, 25 Nov 2024 14:36:21 +0500 Subject: [PATCH] update workflow --- .github/.typo-ci.yml | 1 + .github/workflows/action.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/.typo-ci.yml b/.github/.typo-ci.yml index 51d115c..24a1222 100644 --- a/.github/.typo-ci.yml +++ b/.github/.typo-ci.yml @@ -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: diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 8cb85d1..ac6314a 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,9 +1,8 @@ -name: Linkspector +name: Linter on: push: branches: - - 'main' - '*' pull_request: branches: @@ -11,7 +10,7 @@ on: jobs: check-links: - name: runner / linkspector + name: Linkspector runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -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 \ No newline at end of file