From b8513a126e7d2eeda7af4e758fc51ead275cc246 Mon Sep 17 00:00:00 2001 From: aditya-deshpande Date: Wed, 29 Jan 2025 15:46:57 +0530 Subject: [PATCH] Lint fix --- .ansible-lint.yml | 1 + .github/workflows/ansible-lint.yml | 10 +--------- .readthedocs.yaml | 8 ++++---- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/.ansible-lint.yml b/.ansible-lint.yml index abff38259..04dbc0802 100644 --- a/.ansible-lint.yml +++ b/.ansible-lint.yml @@ -8,6 +8,7 @@ exclude_paths: - examples/ - .ansible-lint.yml - .readthedocs.yaml + - accelerator/tests warn_list: - yaml diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 89f62b813..702edf2b9 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -17,21 +17,13 @@ on: - release-1.7 - staging - release-1.7.1 - - pub/new_architecture + - pub/new_architecture jobs: build: name: Ansible Lint # Naming the build is important to use it as a status check runs-on: ubuntu-latest steps: - # [required] - # Paths to ansible files (i.e., playbooks, tasks, handlers etc..) - # or valid Ansible directories according to the Ansible role - # directory structure. - # If you want to lint multiple ansible files, use the following syntax - # targets: | - # playbook_1.yml - # playbook_2.yml - uses: actions/checkout@v4 - name: Run ansible-lint uses: ansible/ansible-lint@v6.22.0 diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 978578b37..2601b7d62 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -21,11 +21,11 @@ sphinx: # If using Sphinx, optionally build your docs in additional formats such as PDF formats: - - pdf - - epub - - htmlzip + - pdf + - epub + - htmlzip # Optionally declare the Python requirements required to build your docs python: install: - - requirements: docs/source/requirements.txt \ No newline at end of file + - requirements: docs/source/requirements.txt