Add build and deploy actions. #1

Open
max wants to merge 19 commits from feat/actions into main
Showing only changes of commit 2de880fb4c - Show all commits

View File

@@ -65,7 +65,9 @@ jobs:
with:
python-version: '3.13'
cache: pip
- run: pip install -r requirements.txt
- name: Install Dependencies
run: pip install -r requirements.txt
- name: Lint Playbooks
run: ansible-lint