Commit 0e124a54 authored by Marc Bihlmaier's avatar Marc Bihlmaier

remove lint

parent 10eed5fb
...@@ -14,26 +14,26 @@ defaults: ...@@ -14,26 +14,26 @@ defaults:
jobs: jobs:
lint: # lint:
name: Lint # name: Lint
runs-on: ubuntu-latest # runs-on: ubuntu-latest
steps: # steps:
- name: Check out the codebase. # - name: Check out the codebase.
uses: actions/checkout@v2 # uses: actions/checkout@v2
with: # with:
path: 'geerlingguy.kubernetes' # path: 'geerlingguy.kubernetes'
#
- name: Set up Python 3. # - name: Set up Python 3.
uses: actions/setup-python@v2 # uses: actions/setup-python@v2
with: # with:
python-version: '3.x' # python-version: '3.x'
#
- name: Install test dependencies. # - name: Install test dependencies.
run: pip3 install ansible ansible-lint # run: pip3 install ansible ansible-lint
#
- name: Lint code. # - name: Lint code.
run: | # run: |
ansible-lint . # ansible-lint .
molecule: molecule:
name: Molecule name: Molecule
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment