diff --git a/README.md b/README.md index 3252503..9e697b9 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ A set of GitHub Actions Workflow Templates. ## Actions - [git/set-sht-bot-user](git/set-sht-bot-user/README.md): set the Straw Hat Team Bot Git user. -- [asdf/nodejs](asdf/nodejs/README.md): setup NodeJS from the .tool-versions file. - [elixir/publish](./elixir/publish/README.md): publish a release to Hex. +- [nodejs/asdf](nodejs/asdf/README.md): setup NodeJS from the .tool-versions file. - [nodejs/prettier](./nodejs/prettier/README.md): runs prettier check on all files. - [nodejs/jest](./nodejs/jest/README.md): runs jest runner in the project. diff --git a/asdf/nodejs/README.md b/nodejs/asdf/README.md similarity index 80% rename from asdf/nodejs/README.md rename to nodejs/asdf/README.md index 3a13860..ade06ea 100644 --- a/asdf/nodejs/README.md +++ b/nodejs/asdf/README.md @@ -1,4 +1,4 @@ -# ASDF NodeJS +# NodeJS ASDF Set the `Node.js` version using the `.tool-versions` file managed by [asdf](https://asdf-vm.com/). @@ -18,5 +18,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 # checkout the repository first - - uses: straw-hat-team/github-actions-workflows/asdf/nodejs@master + - uses: straw-hat-team/github-actions-workflows/nodejs/asdf@master ``` diff --git a/asdf/nodejs/action.yml b/nodejs/asdf/action.yml similarity index 100% rename from asdf/nodejs/action.yml rename to nodejs/asdf/action.yml