Skip to content

Commit 4aa85d1

Browse files
committed
Use GitHub action toolkit for Node.js
1 parent c340445 commit 4aa85d1

File tree

4 files changed

+98
-343
lines changed

4 files changed

+98
-343
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Here is the GitHub Action log:
2525
## Features
2626

2727
- Strict TypeScript type checking
28-
- [actions-toolkit][3]: Toolkit for building GitHub Actions in Node.js
28+
- [actions-toolkit][3]: The GitHub Actions ToolKit providing a set of packages to make creating actions easier and drive consistency.
2929
- [Jest][4]: JavaScript Testing Framework with a focus on simplicity
3030
- [ESLint][5]: Pluggable linter for JavaScript / TypeScript code
3131
- [Prettier][6]: Opinionated code formatter
@@ -45,7 +45,7 @@ Check out the [contribution guidelines][2].
4545

4646
[1]: ./LICENSE.md
4747
[2]: ./CONTRIBUTING.md
48-
[3]: https://github.com/JasonEtco/actions-toolkit
48+
[3]: https://github.com/actions/toolkit
4949
[4]: https://jestjs.io/
5050
[5]: https://github.com/typescript-eslint/typescript-eslint#typescript-eslint
5151
[6]: https://prettier.io/

0 commit comments

Comments
 (0)