From 7f74318f5d65c9886663bed9fd28ab8d2b8ead4b Mon Sep 17 00:00:00 2001 From: Andre Richter Date: Tue, 29 Oct 2019 08:58:50 +0100 Subject: [PATCH] Actions: Spelling --- .github/workflows/spelling.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/spelling.yml diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml new file mode 100644 index 00000000..458d728c --- /dev/null +++ b/.github/workflows/spelling.yml @@ -0,0 +1,23 @@ +name: Spelling + +on: + push: + branches: + - master + pull_request: + branches: + - master + +jobs: + build: + name: Spelling + + runs-on: ubuntu-18.04 + + steps: + - uses: actions/checkout@v1 + - name: Install misspell and check + run: | + curl -L -o ./install-misspell.sh https://git.io/misspell + sh ./install-misspell.sh -b ~/bin + ~/bin/misspell .