From a7b1105131aa28bccf575a991aaf09826024b0e8 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Mon, 3 Aug 2020 14:41:57 +0200 Subject: [PATCH] Autofix typos. --- .github/workflows/autofix.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/autofix.yaml b/.github/workflows/autofix.yaml index ed62312..b01f1ea 100644 --- a/.github/workflows/autofix.yaml +++ b/.github/workflows/autofix.yaml @@ -36,3 +36,21 @@ jobs: commit_author: "Kevin Deldycke " commit_message: "[lint] Update TOC." file_pattern: readme.md + + typos: + name: Fix typos and create a PR + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2.3.1 + - uses: sobolevn/misspell-fixer-action@0.1.0 + - uses: peter-evans/create-pull-request@v3 + with: + author: "Kevin Deldycke " + commit-message: "Fix typo." + title: "Typo" + body: > + [Auto-generated on run #${{ github.run_id }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) + as defined by [workflow action](https://github.com/${{ github.repository }}/blob/develop/.github/workflows/autofix.yaml). + labels: "typo" + assignees: kdeldycke + branch: fix-typo