Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Jul 5, 2022
1 parent 4de2826 commit d5642f3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 42 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/detached.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
yamllint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: yamllint
uses: ibiqlik/action-yamllint@v3
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -11,4 +11,4 @@ repos:
rev: v1.26.3
hooks:
- id: yamllint
args: [-c=.yamllint]
args: [-c=.yamllint]
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Molecule action

A GitHub action to tests your [Ansible](https://www.ansible.com/) role using [Molecule](https://molecule.readthedocs.io/en/stable/).
A GitHub action to test your [Ansible](https://www.ansible.com/) role using [Molecule](https://molecule.readthedocs.io/en/stable/).

## Requirements

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: buluma/[email protected].7
uses: buluma/[email protected].8
```
NOTE: the `checkout` action needs to place the file in `${{ github.repository }}` in order for Molecule to find your role.
Expand All @@ -99,7 +99,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: buluma/[email protected].7
uses: buluma/[email protected].8
with:
command: lint
test:
Expand All @@ -122,7 +122,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: buluma/[email protected].7
uses: buluma/[email protected].8
with:
image: "${{ matrix.image }}"
options: parallel
Expand All @@ -136,7 +136,7 @@ You can enable Molecule debugging by using this pattern:
```yaml
# Stuff omitted.
- name: molecule
uses: buluma/[email protected].7
uses: buluma/[email protected].8
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ inputs:

runs:
using: docker
image: 'docker://buluma/github-action-molecule:4.0.7'
image: 'docker://buluma/github-action-molecule:4.0.8'
env:
ANSIBLE_ROLES_PATH: "../"
ANSIBLE_ASYNC_DIR: "/tmp/.ansible_async"
Expand Down

0 comments on commit d5642f3

Please sign in to comment.