parent
d3d37e2e4c
commit
d68bb70fea
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: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run ansible-lint
|
||||
uses: https://github.com/ansible/ansible-lint@main
|
||||
with:
|
||||
setup_python: "true"
|
Loading…
Reference in a new issue