Compare commits
1 commit
8d23645543
...
519152a068
| Author | SHA1 | Date | |
|---|---|---|---|
| 519152a068 |
2 changed files with 2 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
name: Ansible Lint
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
|
||||
- name: Install pip
|
||||
run: |
|
||||
apt update
|
||||
|
|
|
|||
|
|
@ -3,8 +3,7 @@
|
|||
"extends": [
|
||||
"config:recommended", // Included in config:best-practices anyway, but added for clarity.
|
||||
"config:best-practices",
|
||||
":ignoreUnstable",
|
||||
":disableRateLimiting"
|
||||
":ignoreUnstable"
|
||||
],
|
||||
"semanticCommits": "disabled",
|
||||
"packageRules": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue