Skip to content

Commit

Permalink
comment molecule lint
Browse files Browse the repository at this point in the history
  • Loading branch information
s1-nathangerhart committed Jul 23, 2024
1 parent dcafab0 commit 6f2cc00
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,19 @@ jobs:
python-version: ${{ matrix.versions.python }}
ansible-version: ${{ matrix.versions.ansible }}

- name: Lint Ansible Role
# - name: Lint Ansible Role
# if: success()
# run: >-
# echo ${PWD} &&
# molecule --version &&
# ansible --version &&
# molecule lint
# working-directory: ${{ inputs.role-path }}

- name: Skipped - Lint Ansible Role
if: success()
run: >-
echo ${PWD} &&
molecule --version &&
ansible --version &&
# molecule lint
ansible --version
working-directory: ${{ inputs.role-path }}

0 comments on commit 6f2cc00

Please sign in to comment.