You've already forked ansible-role-dhcpd
Compare commits
15 Commits
c1be4d8bfd
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| d10a3a4098 | |||
|
74f505fc71
|
|||
| 4ce183faa0 | |||
|
af21b139b7
|
|||
| 173c22689f | |||
|
34526d32a0
|
|||
| cb8e5e3e56 | |||
|
abcf55d522
|
|||
|
f02cb838dd
|
|||
| 13cfb8a23a | |||
|
a0e9b45086
|
|||
| 6525db5691 | |||
|
acbaeb0d2a
|
|||
| 22bb825a70 | |||
|
fb0f7affd1
|
@@ -12,9 +12,9 @@ jobs:
|
|||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5.0.0
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: ansible/ansible-lint@v25.7.0
|
uses: ansible/ansible-lint@v25.9.2
|
||||||
with:
|
with:
|
||||||
args: "--config-file .ansible-lint"
|
args: "--config-file .ansible-lint"
|
||||||
setup_python: "true"
|
setup_python: "true"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ jobs:
|
|||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.3.0
|
- uses: actions/checkout@v5.0.0
|
||||||
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
||||||
with:
|
with:
|
||||||
globs: '**/*.md'
|
globs: '**/*.md'
|
||||||
|
|||||||
Reference in New Issue
Block a user