Skip to content

Commit

Permalink
Stefangweichinger patch 2 (#145)
Browse files Browse the repository at this point in the history
* use latest ansible-lint gh action
* bump: version 0.1.2 → 0.1.3
  • Loading branch information
stefangweichinger authored Dec 12, 2023
1 parent da7b9df commit a9e2950
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
commitizen:
name: cz_conventional_commits
style:
Expand All @@ -21,4 +22,4 @@ commitizen:
- ''
- - disabled
- fg:#858585 italic
version: 0.1.2
version: 0.1.3
6 changes: 3 additions & 3 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v3
- name: ansible-lint
uses: ansible-community/ansible-lint-action@v6
uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@v6
test:
needs:
- lint
Expand Down

0 comments on commit a9e2950

Please sign in to comment.