wb8tyw / D-Rats

D-Rats program for D-Star Ham Radios
https://iz2lxi.jimdofree.com/
Other
7 stars 1 forks source link

fix(yamllint) Add yamllint checking #263

Closed wb8tyw closed 2 years ago

wb8tyw commented 2 years ago

.github/workflows/yamllint.yml: (new) Github action for checking yaml.

tests/pre-commit_d/yamllint_check.sh: (new) Git hook to checking yaml.

.github/workflows/codespell.yml: .github/workflows/pylint.yml: .github/workflows/shellcheck.yml: .github/workflows/xmllint.yml: Fixed to pass yamllint scan.

README.md: add yamllint to list of development packages.

wb8tyw commented 2 years ago

Currently yamllint is only the github actions. In the future, we may use yaml to store configuration updates like list of ratflectors in yaml format.