Skip to content

Commit

Permalink
docs: add build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Feb 28, 2023
1 parent 3936f9d commit aa6ac45
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,14 @@ For example, to add the output of `forge snapshot` to a summary, you would chang
See the official
[GitHub docs](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary)
for more information.

### Building

When opening a PR, you must build the action exactly following the below steps for CI to pass:

```console
$ npm ci
$ npm run build
```

You **have** to use Node.js 16.x.

0 comments on commit aa6ac45

Please sign in to comment.