Skip to content

Commit

Permalink
no synced file(s) with dgibbs64/repo-sync (#29)
Browse files Browse the repository at this point in the history
* no synced local '.github/workflows/galaxy.yml' with remote 'ansible/.github/workflows/galaxy.yml'

* no synced local '.github/workflows/molecule.yml' with remote 'ansible/.github/workflows/molecule.yml'
  • Loading branch information
dgibbs64 committed May 11, 2024
1 parent c317da8 commit 2e5832f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
yamllint .
- name: Run ansible-lint
uses: ansible/ansible-lint@main
uses: ansible/ansible-lint@v24.2.3

molecule:
name: Molecule
Expand All @@ -45,12 +45,14 @@ jobs:
- fedora37
- fedora38
- fedora39
- fedora40
- opensuseleap15
- rockylinux8
- rockylinux9
- ubuntu1804
- ubuntu2004
- ubuntu2204
- ubuntu2404
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
yamllint .
- name: Run ansible-lint
uses: ansible/ansible-lint@main
uses: ansible/ansible-lint@v24.2.3

molecule:
name: Molecule
Expand All @@ -46,12 +46,14 @@ jobs:
- fedora37
- fedora38
- fedora39
- fedora40
- opensuseleap15
- rockylinux8
- rockylinux9
- ubuntu1804
- ubuntu2004
- ubuntu2204
- ubuntu2404
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2e5832f

Please sign in to comment.