From 48c8ecab164e2505a08f849d290e3bd34ba320f5 Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Mon, 26 Feb 2024 07:59:49 +0300 Subject: [PATCH] Remove mispell workflow (#1014) --- .github/workflows/mispell.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/mispell.yml diff --git a/.github/workflows/mispell.yml b/.github/workflows/mispell.yml deleted file mode 100644 index 639c5d21..00000000 --- a/.github/workflows/mispell.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Misspell - -on: - workflow_dispatch: - schedule: - - cron: '0 0 * * 1' - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - uses: sobolevn/misspell-fixer-action@0.1.0 - - uses: peter-evans/create-pull-request@v6 - with: - token: ${{ secrets.GITHUB_TOKEN }} - commit-message: 'Fixes by misspell-fixer' - title: 'Typos fix by misspell-fixer'