From 5683c41d0819cfbda36e82337f4e0f4859dbd437 Mon Sep 17 00:00:00 2001 From: June Date: Sun, 1 Dec 2024 03:57:29 +0100 Subject: [PATCH] WIP: ci --- .forgejo/workflows/lint.yaml | 23 +++++++++++++++++++++++ ansible-python-requirements.txt | 1 + 2 files changed, 24 insertions(+) create mode 100644 .forgejo/workflows/lint.yaml create mode 100644 ansible-python-requirements.txt diff --git a/.forgejo/workflows/lint.yaml b/.forgejo/workflows/lint.yaml new file mode 100644 index 0000000..21e5138 --- /dev/null +++ b/.forgejo/workflows/lint.yaml @@ -0,0 +1,23 @@ +# 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" + requirements_file: "ansible-python-requirements.txt" + env: + PIP_BREAK_SYSTEM_PACKAGES: 1 diff --git a/ansible-python-requirements.txt b/ansible-python-requirements.txt new file mode 100644 index 0000000..45c1e03 --- /dev/null +++ b/ansible-python-requirements.txt @@ -0,0 +1 @@ +jmespath