Skip to content

Commit

Permalink
Merge pull request #364 from RasaHQ/typoci_action
Browse files Browse the repository at this point in the history
typoci action
  • Loading branch information
indam23 authored Dec 8, 2020
2 parents 8b89bb9 + 1f44b20 commit 45570da
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Typo CI

on:
push:
branches-ignore:
- master
jobs:
spellcheck:
name: Typo CI (GitHub Action)
runs-on: ubuntu-latest
timeout-minutes: 4
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: TypoCheck
uses: typoci/spellcheck-action@master
# with:
# A license can be purchased via:
# https://gumroad.com/l/MvvBE
# typo_ci_license_key: ${{ secrets.TYPO_CI_LICENSE_KEY }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 45570da

Please sign in to comment.