Skip to content

Commit 6f2cc00

Browse files
comment molecule lint
1 parent dcafab0 commit 6f2cc00

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/ci-lint.yml

+11-3
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,19 @@ jobs:
3838
python-version: ${{ matrix.versions.python }}
3939
ansible-version: ${{ matrix.versions.ansible }}
4040

41-
- name: Lint Ansible Role
41+
# - name: Lint Ansible Role
42+
# if: success()
43+
# run: >-
44+
# echo ${PWD} &&
45+
# molecule --version &&
46+
# ansible --version &&
47+
# molecule lint
48+
# working-directory: ${{ inputs.role-path }}
49+
50+
- name: Skipped - Lint Ansible Role
4251
if: success()
4352
run: >-
4453
echo ${PWD} &&
4554
molecule --version &&
46-
ansible --version &&
47-
# molecule lint
55+
ansible --version
4856
working-directory: ${{ inputs.role-path }}

0 commit comments

Comments
 (0)