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:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5.0.0
|
||||
- name: Run ansible-lint
|
||||
uses: ansible/ansible-lint@v25.7.0
|
||||
uses: ansible/ansible-lint@v25.9.2
|
||||
with:
|
||||
args: "--config-file .ansible-lint"
|
||||
setup_python: "true"
|
||||
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: actions/checkout@v5.0.0
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
||||
with:
|
||||
globs: '**/*.md'
|
||||
|
||||
Reference in New Issue
Block a user