From 9cad4fbfeb07a3f91b2c9ee6831618126ea5c941 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Tue, 4 Jan 2022 20:32:18 +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 b0bcb2b..0000000 --- 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'