Checking with ansible ling

This commit is contained in:
2024-09-29 21:46:35 -07:00
parent 3779d53810
commit fba534b9df

View File

@@ -0,0 +1,16 @@
name: Ansible Linting
on:
- push
jobs:
lint-everything:
runs-on: ubuntu-latest
container:
image: shockrah/ansible
steps:
- run: git init
- run: git remote add origin ${{ gitea.repositoryUrl }}
- name: git pull
- run: ansible-lint
working-directory: ansible/