fixup! fixup! Implement ansible-lint workflow
All checks were successful
Lint Ansible files / lint-ansible-files (push) Successful in 1m46s
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul Brinkmeier 2023-09-01 02:45:48 +02:00
parent c021aefbb7
commit 269a50274d

View File

@ -4,7 +4,7 @@ jobs:
lint-ansible-files:
runs-on: ubuntu-22.04
steps:
- run: "echo ${{ gitea.secretsecret }}"
- run: "echo ${{ secrets.secretsecret }}"
- run: apt-get update
- run: apt-get install -y python3 python3-pip python3-venv
- run: python3 --version