Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-DP committed Jan 29, 2025
1 parent 2b319d3 commit b8513a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
1 change: 1 addition & 0 deletions .ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exclude_paths:
- examples/
- .ansible-lint.yml
- .readthedocs.yaml
- accelerator/tests

warn_list:
- yaml
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
8 changes: 4 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- requirements: docs/source/requirements.txt

0 comments on commit b8513a1

Please sign in to comment.