Add build and deploy actions. #1

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

View File

@@ -60,9 +60,13 @@ jobs:
- name: Checkout to Repository
uses: actions/checkout@v4
- name: Lint Playbooks
uses: ansible/ansible-lint@main
- name: Use Python 3.13
uses: actions/setup-python@v5
with:
setup_python: true
working_directory: ./playbooks
requirements_file: ../requirements.txt
python-version: '3.13'
cache: pip
- run: pip install -r requirements.txt
- name: Lint Playbooks
run: ansible-lint
working-directory: ./playbooks