You've already forked ansible-role-certificate-authority
Compare commits
15 Commits
60e11b1276
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 93f20bb614 | |||
|
e7a60501f0
|
|||
| 609eb4bc06 | |||
|
f14fda1ed0
|
|||
| e3ab2af58d | |||
|
8b45a728d1
|
|||
|
e38f894c8f
|
|||
| 3432d1dc89 | |||
|
42b3e7a5db
|
|||
| 3344723187 | |||
|
085ad44e8f
|
|||
| 786a4e9385 | |||
|
75241aa759
|
|||
| f9592e9a03 | |||
|
a71af04b83
|
@@ -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.2.2
|
- 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