diff --git a/.github/workflows/release_drafter.yml b/.github/workflows/release_drafter.yml index c65a909..10673f4 100644 --- a/.github/workflows/release_drafter.yml +++ b/.github/workflows/release_drafter.yml @@ -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 diff --git a/.github/workflows/todo.yml b/.github/workflows/todo.yml index 1649994..faa225d 100644 --- a/.github/workflows/todo.yml +++ b/.github/workflows/todo.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: "actions/checkout@v4" - name: "TODO to Issue" - uses: "buluma/todo-to-issue-action@v2.0.1" + uses: "buluma/todo-to-issue-action@v2.0.2" id: "todo" with: TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 817db8f..f346816 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 git@github.com: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. diff --git a/README.md b/README.md index 9975fef..a7d3ee8 100644 --- a/README.md +++ b/README.md @@ -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)