To learn how to run the tests from Github actions locally in containers, see
containers
.
One of the GitHub actions checks spelling using
codespell.
If you need to ignore some words, such as variable names or
words in languages other than English, add them to file
codespell_ignore_words.txt
.
Note that codespell expects words to be lower case:
Important note: The list passed to -I is case-sensitive based on how it is listed in the codespell dictionaries.
After installing codespell, you can run it from the command line as:
codespell -I .github/codespell_ignore_words.txt
The release process is described in OpenSC wiki
TODO tarball signing: OpenSC#1129