feat(actions): Adds actions & lint (#1)
All checks were successful
Master branch: build & lint / build (push) Successful in 1m0s
All checks were successful
Master branch: build & lint / build (push) Successful in 1m0s
Adds an action to perform some linting actions on ansible and the yaml files, both on push onto master and on pull requests Reviewed-on: #1
This commit is contained in:
parent
9dc88072d5
commit
93bb0b0742
18 changed files with 306 additions and 39 deletions
|
@ -1,10 +1,33 @@
|
|||
ansible==7.1.0
|
||||
ansible-core==2.14.1
|
||||
ansible==9.2.0
|
||||
ansible-compat==4.1.11
|
||||
ansible-core==2.16.3
|
||||
ansible-lint==24.2.0
|
||||
attrs==23.2.0
|
||||
black==24.2.0
|
||||
bracex==2.4
|
||||
cffi==1.15.1
|
||||
click==8.1.7
|
||||
cryptography==39.0.0
|
||||
filelock==3.13.1
|
||||
Jinja2==3.1.2
|
||||
jsonschema==4.21.1
|
||||
jsonschema-specifications==2023.12.1
|
||||
markdown-it-py==3.0.0
|
||||
MarkupSafe==2.1.1
|
||||
mdurl==0.1.2
|
||||
mypy-extensions==1.0.0
|
||||
packaging==23.0
|
||||
pathspec==0.12.1
|
||||
platformdirs==4.2.0
|
||||
pycparser==2.21
|
||||
Pygments==2.17.2
|
||||
PyYAML==6.0
|
||||
referencing==0.33.0
|
||||
resolvelib==0.8.1
|
||||
rich==13.7.0
|
||||
rpds-py==0.18.0
|
||||
ruamel.yaml==0.18.6
|
||||
ruamel.yaml.clib==0.2.8
|
||||
subprocess-tee==0.4.1
|
||||
wcmatch==8.5
|
||||
yamllint==1.35.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue