mirror of
https://github.com/actions/javascript-action.git
synced 2025-12-10 12:52:36 +00:00
update readme
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Create a JavaScript Action
|
||||
|
||||
:rocket: Use this template to bootstrap the creation of a JavaScript action with tests, linting, a validation workflow and publishing.
|
||||
Use this template to bootstrap the creation of a JavaScript action with tests, linting, a validation workflow and publishing. :rocket:
|
||||
|
||||
This walk through takes you through creation, testing and publishing the action.
|
||||
|
||||
@@ -14,6 +14,7 @@ Click the `Use this Template` and provide the new repo details for your action
|
||||
$ npm install
|
||||
```
|
||||
|
||||
Run the tests :heavy_check_mark:
|
||||
```bash
|
||||
$ npm test
|
||||
|
||||
@@ -77,6 +78,8 @@ $ git commit -a -m "prod dependencies"
|
||||
$ git push origin releases/v1
|
||||
```
|
||||
|
||||
Your action is now published! :rocket:
|
||||
|
||||
See the [versioning documentation](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md)
|
||||
|
||||
## Validate
|
||||
|
||||
Reference in New Issue
Block a user