Skip to content

Commit

Permalink
Happy Newmanium 2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Jan 2, 2024
1 parent 259e3a3 commit cb5dc61
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:

steps:
- name: Checkout dj-wasabi-release repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: dj-wasabi/dj-wasabi-release
path: dj-wasabi-release

- name: Checkout current repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: master

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,3 @@ If you find issues, please register them in [GitHub](https://github.com/buluma/a
[Shadow Walker](https://buluma.github.io/)
Template inspired by [Robert de Bock](https://github.com/robertdebock)

0 comments on commit cb5dc61

Please sign in to comment.