Add linting

This commit is contained in:
cytopia
2020-12-12 15:12:52 +01:00
parent 2d4c8647e1
commit 66b7586eae
4 changed files with 63 additions and 2 deletions

View File

@@ -33,10 +33,22 @@ jobs:
# ------------------------------------------------------------
# Lint repository
# ------------------------------------------------------------
- name: Lint Files
run: |
make lint-files
- name: Lint Yaml
run: |
make lint-yaml
- name: Lint workflow
run: |
make lint-workflow
- name: Lint Changelog
run: |
make lint-changelog
- name: Diff generated Docker files
run: |
make gen-dockerfiles