parent
d3d37e2e4c
commit
341e89a305
16
.forgejo/workflows/lint.yaml
Normal file
16
.forgejo/workflows/lint.yaml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Links & Resources:
|
||||||
|
# https://github.com/ansible/ansible-lint?tab=readme-ov-file#using-ansible-lint-as-a-github-action
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
ansible-lint:
|
||||||
|
name: Ansible Lint
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Run ansible-lint
|
||||||
|
uses: ansible/ansible-lint@main
|
||||||
|
with:
|
||||||
|
setup_python: "true"
|
Loading…
Reference in a new issue