Renamed spellcheck action, for naming consistency
This commit is contained in:
parent
c7f80c9e13
commit
d92b9003bb
1 changed files with 1 additions and 2 deletions
3
.github/workflows/typos.yml
vendored
3
.github/workflows/typos.yml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
# source: https://github.com/crate-ci/typos/blob/master/docs/github-action.md
|
||||
name: Test GitHub Action
|
||||
name: Spellcheck
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
@ -7,7 +7,6 @@ on:
|
|||
|
||||
jobs:
|
||||
spellcheck:
|
||||
name: Spell Check with Typos
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue