parent
d3d37e2e4c
commit
0f08cd0e95
1 changed files with 26 additions and 0 deletions
26
.forgejo/workflows/lint.yaml
Normal file
26
.forgejo/workflows/lint.yaml
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# 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: miau
|
||||||
|
run: |
|
||||||
|
apt update
|
||||||
|
- name: Run setup-python
|
||||||
|
uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: "3.11"
|
||||||
|
- name: miau
|
||||||
|
run: |
|
||||||
|
pip --version
|
||||||
|
- name: Run ansible-lint
|
||||||
|
uses: https://github.com/ansible/ansible-lint@main
|
||||||
|
with:
|
||||||
|
setup_python: "true"
|
Loading…
Reference in a new issue