Skip to content

Commit

Permalink
Add contributing, update dependices
Browse files Browse the repository at this point in the history
  • Loading branch information
Muph0 committed Jan 11, 2024
1 parent 58ab425 commit 959cc2c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

# Prerequisites

You need to have `node.js` and `npm` installed.

## How to modify & build

1. Clone this repository.
2. In the repository root, run `npm install`
3. Make changes. **Do not modify the contents of `dist/` directory, that will be automatically generated later.**
4. Before comminting your changes, run `npm run build` to update the `dist/` output.
14 changes: 14 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0"
}
}

0 comments on commit 959cc2c

Please sign in to comment.