fix indents

This commit is contained in:
Marc Bihlmaier 2021-04-07 20:18:51 +02:00
parent e620266198
commit 271c4e8a71

View File

@ -14,26 +14,26 @@ defaults:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v2
with:
path: 'geerlingguy.kubernetes'
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v2
with:
path: 'geerlingguy.kubernetes'
- name: Set up Python 3.
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Set up Python 3.
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install test dependencies.
run: pip3 install yamllint
- name: Install test dependencies.
run: pip3 install yamllint
- name: Lint code.
run: |
yamllint .
- name: Lint code.
run: |
yamllint .
molecule:
name: Molecule