From d5fd23d27fb3ff7b7a066c9c1ace5374cafca85b Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Fri, 25 Mar 2022 00:15:22 +0300 Subject: [PATCH] Delete misspel.yml --- .github/workflows/misspel.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/misspel.yml diff --git a/.github/workflows/misspel.yml b/.github/workflows/misspel.yml deleted file mode 100644 index b0bcb2bed..000000000 --- a/.github/workflows/misspel.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: misspell - -on: - workflow_dispatch: - schedule: - - cron: '0 0 * * *' - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - uses: sobolevn/misspell-fixer-action@0.1.0 - - uses: peter-evans/create-pull-request@v3 - with: - token: ${{ secrets.GITHUB_TOKEN }} - commit-message: 'Fixes by misspell-fixer' - title: 'Typos fix by misspell-fixer'