Checking with ansible ling
Some checks failed
Ansible Linting / lint-everything (push) Failing after 1s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 17s
Actions demo / simple-echo (push) Has been cancelled

This commit is contained in:
shockrah 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/