From 527ee71efeb0632c0dea791f769f8c08505aba0c Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 5 Oct 2023 22:50:28 +0200 Subject: [PATCH] Updating linting action --- .github/license.svg | 217 -------------------- .github/workflows/ansible-linting-check.yml | 9 +- 2 files changed, 4 insertions(+), 222 deletions(-) delete mode 100644 .github/license.svg diff --git a/.github/license.svg b/.github/license.svg deleted file mode 100644 index 4ab6d9a..0000000 --- a/.github/license.svg +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - image/svg+xml - - - - - - 3D <l3d@c3woc.de> - - - - - MIT License - - - - - - - - - - - - - - - - - - - - - - - - - - - MIT - MIT - - - license - license - - diff --git a/.github/workflows/ansible-linting-check.yml b/.github/workflows/ansible-linting-check.yml index 5c55ca6..7d3a3cb 100644 --- a/.github/workflows/ansible-linting-check.yml +++ b/.github/workflows/ansible-linting-check.yml @@ -11,13 +11,12 @@ jobs: steps: - name: 'checkout git repo' - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.0 with: lfs: true - submodules: false fetch-depth: 0 - - name: 'Lint Ansible Playbook' - uses: ansible/ansible-lint-action@v6 + - name: Run ansible-lint + uses: ansible-actions/ansible-lint-action@v0.0.2 with: - path: "." + target: "./"