diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92130dc..141b245 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' - - - name: Set up Python 3. - uses: actions/setup-python@v2 - with: - python-version: '3.x' - - - name: Install test dependencies. - run: pip3 install ansible ansible-lint - - - name: Lint code. - run: | - ansible-lint . + # 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: Install test dependencies. + # run: pip3 install ansible ansible-lint + # + # - name: Lint code. + # run: | + # ansible-lint . molecule: name: Molecule