Auto fix images and JSON. Lint YAML.

This commit is contained in:
Kevin Deldycke
2020-10-23 10:07:36 +02:00
parent ef9b7683d0
commit 09de08aec0
2 changed files with 77 additions and 6 deletions

View File

@@ -29,3 +29,17 @@ jobs:
- run: |
npx awesome-lint --version
npx awesome-lint
lint-yaml:
name: Lint YAML files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.3
- uses: actions/setup-python@v2.1.4
- name: Install linter
run: |
python -m pip install --upgrade pip
python -m pip install yamllint
- name: Lint
run: |
yamllint .