Checking with ansible ling
This commit is contained in:
parent
3779d53810
commit
fba534b9df
16
.gitea/workflows/ansible-lint.yaml
Normal file
16
.gitea/workflows/ansible-lint.yaml
Normal 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/
|
||||
|
Loading…
Reference in New Issue
Block a user