From 1a9921e74db2ec995be590c45cae7aa978b046d0 Mon Sep 17 00:00:00 2001 From: Adam Tunnic Date: Sun, 7 Feb 2021 01:18:47 -0500 Subject: [PATCH] Create spellcheck.yaml --- .github/workflows/spellcheck.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/spellcheck.yaml diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml new file mode 100644 index 00000000..bd0a655b --- /dev/null +++ b/.github/workflows/spellcheck.yaml @@ -0,0 +1,14 @@ +name: Checking for spelling errors + +on: + push: + +jobs: + spellcheck: + name: rojopolis/spellcheck + runs-on: ubuntu-20.04 + steps: + - name: actions/checkout + uses: actions/checkout@v2 + - name: rojopolis/spellcheck - acutally doing something + uses: rojopolis/spellcheck-github-actions@0.9.1