parent
d3d37e2e4c
commit
6374563c2c
1 changed files with 22 additions and 0 deletions
22
.forgejo/workflows/lint.yaml
Normal file
22
.forgejo/workflows/lint.yaml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# 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
|
||||||
|
apt install -y pip
|
||||||
|
- name: Run ansible-lint
|
||||||
|
uses: https://github.com/ansible/ansible-lint@main
|
||||||
|
with:
|
||||||
|
setup_python: "false"
|
||||||
|
env:
|
||||||
|
PIP_BREAK_SYSTEM_PACKAGES: 1
|
Loading…
Reference in a new issue