-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
steps: | ||
- uses: "actions/checkout@v4" | ||
- name: "TODO to Issue" | ||
uses: "buluma/[email protected].1" | ||
uses: "buluma/[email protected].2" | ||
id: "todo" | ||
with: | ||
TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,29 +29,29 @@ In you own GitHub namespace, make the required changes. | |
|
||
I typically do that by cloning the repository (in your namespace) locally: | ||
|
||
``` | ||
```shell | ||
git clone [email protected]:YOURNAMESPACE/ansible-role-epel.git | ||
``` | ||
|
||
Now you can start to edit on your laptop/PC. | ||
Now you can start to edit on your laptop. | ||
|
||
### [4. Optionally: test your changes](#4-optionally-test-your-changes) | ||
|
||
Install [molecule](https://molecule.readthedocs.io/en/stable/) and [Tox](https://tox.readthedocs.io/): | ||
|
||
``` | ||
```shell | ||
pip install molecule tox ansible-lint docker | ||
``` | ||
|
||
And run `molecule test`. If you want to test a specific distribution, set `image` and optionally `tag`: | ||
|
||
``` | ||
```shell | ||
image=centos tag=7 molecule test | ||
``` | ||
|
||
Once it start to work, you can test multiple version of Ansible: | ||
|
||
``` | ||
```shell | ||
image=centos tag=7 tox | ||
``` | ||
|
||
|
@@ -69,7 +69,7 @@ In the comment-box, you can [refer to the issue number](https://help.github.com/ | |
|
||
### [7. Wait](#7-wait) | ||
|
||
Now I'll get a message that you've added some code. Thank you, trully. | ||
Now I'll get a message that you've added some code. Thank you, really. | ||
|
||
CI starts to test your changes once pull request is reviewed. You can follow the progress on GitHub. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters