Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1011 Bytes

File metadata and controls

17 lines (11 loc) · 1011 Bytes

awk_course

This is the GitHub repository of the UPPMAX AWK course.

A nicely-rendered website of this repo is at https://richelbilderbeek.github.io/awk_course/.

Files used by continuous integration scripts

Filename Descriptions
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 spellcheck locally
.wordlist.txt Whitelisted words for the spell checker, use pyspelling -c .spellcheck.yml to do spellcheck locally