Skip to content

Commit

Permalink
Updating linting versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davestephens committed Apr 18, 2023
1 parent a015186 commit f6b7642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: "3.x"

- name: Install test dependencies
run: pip3 install ansible yamllint==1.27.1 ansible-lint==6.14.6
run: pip3 install ansible yamllint==1.30.0 ansible-lint==6.14.6

- name: Ansible-lint
run: ansible-lint nas.yml
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
hooks:
- id: ansible-lint
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.27.1
rev: v1.30.0
hooks:
- id: yamllint
- repo: https://github.com/igorshubovych/markdownlint-cli
Expand Down

0 comments on commit f6b7642

Please sign in to comment.