Fixing typo

This commit is contained in:
Peter Murray
2022-08-30 15:19:50 +01:00
committed by GitHub
parent 903d2b264e
commit cda8621196
+2 -2
View File
@@ -39,10 +39,10 @@ Currently the action is limited to single module Maven projects, with a future u
## Development
To develop on this project, a Codespace has been provided that will provide all the necessary tools and installation of a JDK and Maven for the test suite to pass. Just opne a Codespace and you can start to develop in the quickest possible timeframe.
To develop on this project, a Codespace has been provided that will provide all the necessary tools and installation of a JDK and Maven for the test suite to pass. Just open a Codespace and you can start to develop in the quickest possible timeframe.
The codebase is in TypeScript to make it easier for maintenance.
The source code lives under `src` and the Action is provided in the `src/index.ts` file.
To build the software `npm` has been configured with scripts for `test` and `build` script to validate any work before publishing the action code.
To build the software `npm` has been configured with scripts for `test` and `build` script to validate any work before publishing the action code.