Skip to content

Commit 12bbd17

Browse files
committed
update ansible linting
1 parent 9d6614e commit 12bbd17

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ansible-linting-check.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
name: Ansible Lint check
33

44
# yamllint disable-line rule:truthy
5-
on:
6-
push:
7-
branches: '*'
8-
pull_request:
9-
branches: '*'
5+
on: [push, pull_request]
106

117
jobs:
128
build:
13-
9+
name: Ansible Lint
1410
runs-on: ubuntu-latest
1511

1612
steps:
1713
- name: 'checkout git repo'
1814
uses: actions/checkout@v3
15+
with:
16+
lfs: true
17+
submodules: false
18+
fetch-depth: 0
1919

2020
- name: 'Lint Ansible Playbook'
2121
uses: ansible/ansible-lint-action@v6
2222
with:
23-
targets: "."
23+
path: "."

0 commit comments

Comments
 (0)