We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcafab0 commit 6f2cc00Copy full SHA for 6f2cc00
.github/workflows/ci-lint.yml
@@ -38,11 +38,19 @@ jobs:
38
python-version: ${{ matrix.versions.python }}
39
ansible-version: ${{ matrix.versions.ansible }}
40
41
- - name: Lint Ansible Role
+ # - 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
51
if: success()
52
run: >-
53
echo ${PWD} &&
54
molecule --version &&
- ansible --version &&
- # molecule lint
55
+ ansible --version
56
working-directory: ${{ inputs.role-path }}
0 commit comments