updated ansible-lint preparation
This commit is contained in:
parent
3897201a19
commit
beeedf2c4c
|
|
@ -47,9 +47,9 @@ jobs:
|
||||||
run: yamllint .
|
run: yamllint .
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Preparing collection for AnsibleLint
|
- name: Preparing for AnsibleLint
|
||||||
run: |
|
run: |
|
||||||
mkdir -p "/tmp/ansible_lint/roles/ansibleguy.${{ github.event.repository.name }}"
|
mkdir -p '/tmp/ansible_lint/roles/'
|
||||||
ln -s "${{ github.workspace }}" "/tmp/ansible_lint/roles/ansibleguy.${{ github.event.repository.name }}"
|
ln -s "${{ github.workspace }}" "/tmp/ansible_lint/roles/ansibleguy.${{ github.event.repository.name }}"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue