There is no workflow for spell chek #673
Answered
by
chintan9
realamirhe
asked this question in
Q&A
-
There is no Here is a simple installation grabbed from main doc # Add to: .github/workflows/spellcheck.yml
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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
Beta Was this translation helpful? Give feedback.
Answered by
chintan9
Oct 29, 2021
Replies: 1 comment
-
I will make those changes on next week |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
realamirhe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I will make those changes on next week