fix(actions): Adds actions to lint ansible and yaml
This commit is contained in:
parent
d20db64817
commit
43e7b6850d
17 changed files with 303 additions and 38 deletions
7
Makefile
7
Makefile
|
@ -1,2 +1,9 @@
|
|||
venv:
|
||||
if ! [ -d venv ]; then python3 -m venv venv; fi;
|
||||
./venv/bin/pip install -r requirements.txt
|
||||
|
||||
install:
|
||||
ansible-galaxy install -r requirements.yml
|
||||
|
||||
action:
|
||||
act -W .gitea/workflows/on_pr.yml
|
Loading…
Add table
Add a link
Reference in a new issue