Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
ci: replace typo ci app with action
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Feb 9, 2021
1 parent 2d510c2 commit 2ee435a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
name: "CodeQL"
name: CodeQL

on:
push:
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Spellcheck

on: [push, pull_request]

jobs:
spellcheck:
name: Spellcheck with Typo CI
runs-on: ubuntu-latest
steps:
- name: TypoCheck
uses: typoci/spellcheck-action@v0.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2ee435a

Please sign in to comment.