Shared configurations¶
Used for minimize duplicate the CI/CD Boilerplate-Code. Like Workflows (GitHub Actions) and GitHub App configurations.
Development¶
Use the asdf package manager.
asdf install
Workflows¶
For local testing you can use nektos/act, run the GitHub Actions locally.
act push -j static -W .github/workflows/build-static-tests.yaml
Will be start the at your system.
Documentation¶
virtualenv ~/.vens/development
source ~/.vens/development/bin/activate
pip install -r requirements-dev.txt
mkdocs serve -a localhost:8001
Open localhost:8001 for take a look to the latest documentation, created with mkdocs.