You've already forked ansible-role-git
Compare commits
10 Commits
b35163be63
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e96829245 | |||
|
253db6e440
|
|||
| 3bb8e64383 | |||
|
5be84236d2
|
|||
| c8860ec066 | |||
|
1d185ddc42
|
|||
| bbc2367c53 | |||
| 3b80136e3e | |||
|
f094e88935
|
|||
|
f620af1b12
|
@@ -14,7 +14,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5.0.0
|
- uses: actions/checkout@v5.0.0
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: ansible/ansible-lint@v25.8.2
|
uses: ansible/ansible-lint@v25.11.0
|
||||||
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