From 229e12f6d4ca396652cecf345590f603ba29d330 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Fri, 5 Aug 2022 11:25:14 +0300 Subject: [PATCH] Delete misspell.yml --- .github/workflows/misspell.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/misspell.yml diff --git a/.github/workflows/misspell.yml b/.github/workflows/misspell.yml deleted file mode 100644 index dd74a04..0000000 --- a/.github/workflows/misspell.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@v3 - - uses: sobolevn/misspell-fixer-action@0.1.0 - - uses: peter-evans/create-pull-request@v4 - with: - token: ${{ secrets.GITHUB_TOKEN }} - commit-message: 'Fixes by misspell-fixer' - title: 'Typos fix by misspell-fixer'