Skip to content

Commit

Permalink
rename asdf action for node
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Jan 9, 2022
1 parent 0c3ee29 commit 1f48919
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions asdf/nodejs/README.md → nodejs/asdf/README.md
Original file line number Diff line number Diff line change
@@ -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/).

Expand All @@ -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
```
File renamed without changes.

0 comments on commit 1f48919

Please sign in to comment.