From 8e563a72bb7600bde6295f7a42e338766b386734 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 12 Jul 2022 11:02:20 +0200 Subject: Add reviewdog-missspell This patch adds a missspell check using reviewdog. Signed-off-by: Matthias Beyer --- .github/workflows/pull-request-checks.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 1cdeea32..e47e2370 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -377,3 +377,14 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review + rd-misspell: + name: rd-misspell + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: misspell + uses: reviewdog/action-misspell@v1 + with: + github_token: ${{ secrets.github_token }} + locale: "US" + -- cgit v1.2.3