Skip to content

build(deps): bump tar from 6.1.15 to 6.2.1 #26

build(deps): bump tar from 6.1.15 to 6.2.1

build(deps): bump tar from 6.1.15 to 6.2.1 #26

Workflow file for this run

name: 'Check Spelling and Typos with cspell'
on:
push:
branches: [develop, stage, master]
pull_request:
branches: [develop]
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
spellcheck:
name: Cspell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2
with:
# Github token used to fetch the list of changed files in the commit.
github_token: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}
strict: true
config: '.cspell.json'