Skip to content

Merge pull request #670 from gchmurka123/patch-1 #36154

Merge pull request #670 from gchmurka123/patch-1

Merge pull request #670 from gchmurka123/patch-1 #36154

Workflow file for this run

name: Spell checking
on:
push:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '15 * * * *'
jobs:
build:
name: Spell checking
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:

Check failure on line 14 in .github/workflows/spelling.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/spelling.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
fetch-depth: 0
extra_dictionaries:
cspell:software-terms/dict/softwareTerms.txt
cspell:filetypes/filetypes.txt
# Languages below are not used in this project, but common terms are
cspell:php/dict/php.txt
cspell:node/dict/node.txt
cspell:python/src/python/python-lib.txt
- uses: check-spelling/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
bucket: .github/workflows/
project: spelling