Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 249 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 249 Bytes

Contributing

Because this is a GitHub Action written in TypeScript, you must generate and commit the JS in the dist/ directory before you push.

Before you push:

  1. npm run all
  2. git add ./dist/
  3. git commit -m "Commit generated code"