Skip to content

richelbilderbeek/conquer_chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conquer Chess: Battle for Liberty

Branch GitHub Actions logo Codecov logo
main Check build codecov
develop Check build codecov

Chess variant.

Files used by continuous integration scripts

Filename Description
mlc_config.json Configuration of the link checker, use markdown-link-check --config mlc_config.json --quiet docs/**/*.md to do link checking locally
.spellcheck.yml Configuration of the spell checker, use pyspelling -c .spellcheck.yml to do spell check locally
.wordlist.txt Whitelisted words for the spell checker, use pyspelling -c .spellcheck.yml to do spell check locally
.markdownlint.jsonc Configuration of the Markdown linter, use markdownlint "**/*.md" to do Markdown linting locally. The name of this file is a default name.
.markdownlintignore Files ignored by the Markdown linter, use markdownlint "**/*.md" to do ;arkdown linting locally. The name of this file is a default name.