Skip to content

Commit

Permalink
Update CI and pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Jun 28, 2022
1 parent f27c5a1 commit 67cd902
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
tag: "focal"
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v2
with:
path: "${{ github.repository }}"
- name: disable apparmor for mysql
Expand Down
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -14,11 +14,12 @@ repos:
args: [-c=.yamllint]

- repo: https://github.com/robertdebock/pre-commit
rev: v1.4.4
rev: v1.5.1
hooks:
- id: ansible_role_find_unused_variable
- id: ansible_role_find_empty_files
- id: ansible_role_find_empty_directories
- id: ansible_role_fix_readability
- id: ansible_role_find_undefined_handlers
- id: ansible_role_find_unquoted_values
- id: ansible_role_find_horizontal_when

0 comments on commit 67cd902

Please sign in to comment.