8000 t · compiler-research/compiler-research.github.io@0e16af9 · GitHub
[go: up one dir, main page]

Skip to content

Workflow file for this run

- name: Run Spellcheck

Check failure on line 1 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 1
id: spelling
uses: check-spelling/check-spelling@v0.0.24
with:
only_check_changed_files: true
use_magic_file: 1
post_comment: 0
suppress_push_for_open_pull_request: 1
extra_dictionary_limit: 10
extra_dictionaries: |
cspell:software-terms/software-terms.txt
cspell:php/php.txt
cspell:node/node.txt
cspell:django/django.txt
cspell:html/html.txt
cspell:npm/npm.txt
cspell:ruby/ruby.txt
cspell:fullstack/fullstack.txt
cspell:filetypes/filetypes.txt
dictionary_source_prefixes: >-
{"cspell": "https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20241114/dictionaries/"}
0