From 7e0bc8e8c3a8eeec231017f48a41e4b459735e3b Mon Sep 17 00:00:00 2001 From: Vijay Dhama Date: Wed, 11 Sep 2024 22:19:56 +0530 Subject: [PATCH] remove spellcheck job --- .github/workflows/lint.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 89aacdf..7961219 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,19 +23,3 @@ jobs: with: globs: ${{ steps.changed-files.outputs.all_changed_files }} separator: "," - spellcheck: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - uses: tj-actions/changed-files@v45 - id: changed-files - with: - files: '**/*.md' - separator: "," - - uses: rojopolis/spellcheck-github-actions@0.41.0 - name: Spellcheck - with: - source_files: ${{ steps.changed-files.outputs.all_changed_files }} - task_name: Markdown