Skip to content

Commit

Permalink
chore: add a small note about updating dist/
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Krause <krausenoah@gmail.com>
  • Loading branch information
iNoahNothing committed Mar 27, 2024
1 parent e8909dc commit 5292733
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ If you would like to get more extensive debug logging, it is
possible to enable this as [described here](https://github.com/actions/toolkit/blob/master/docs/action-debugging.md)
by setting a secret in your repository of `ACTIONS_STEP_DEBUG` to `true`.

## Update `dist/`

Updates to `dist/` and handled via a commit hook. Install the hook by running `npm install`.

## Tests

To run tests locally, you will need a local docker instance and registry along with a few
Expand Down

0 comments on commit 5292733

Please sign in to comment.