-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev: Update docs for initial release (#20)
* dev: Update docs for initial release * Update action.yaml * dev: do not log context
- Loading branch information
Showing
5 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
# [WIP] cspell-action | ||
GitHub Action: Check Spelling | ||
# cspell-action | ||
Uses [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) to check code. | ||
|
||
## Pull Requests | ||
## Installation | ||
|
||
## Push | ||
```yaml | ||
- uses: streetsidesoftware/cspell-action@v1 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
name: 'cspell-action' | ||
description: 'Spell check changed files.' | ||
description: 'Spell Checker for Code' | ||
author: 'Street Side Software <[email protected]>' | ||
inputs: | ||
github_token: | ||
description: 'Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}' | ||
required: true | ||
outputs: | ||
time: | ||
description: 'Finish time.' | ||
runs: | ||
using: 'node12' | ||
main: './action/main.js' | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters