From: Josh Soref Date: Fri, 15 May 2020 14:30:24 +0000 (-0400) Subject: Update check-spelling action X-Git-Tag: dnsdist-1.5.0-rc3~56^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c569ca91dfbd5bd171ef2e79d1ccb4c4c08738aa;p=thirdparty%2Fpdns.git Update check-spelling action --- diff --git a/.github/actions/spell-check/whitelist.txt b/.github/actions/spell-check/expect.txt similarity index 100% rename from .github/actions/spell-check/whitelist.txt rename to .github/actions/spell-check/expect.txt diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index ba5d6762ca..abc15f2395 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v2.0.0 with: fetch-depth: 5 - - uses: check-spelling/check-spelling@0.0.14-alpha + - uses: check-spelling/check-spelling@0.0.16-alpha env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} bucket: .github/actions