Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 623 Bytes

File metadata and controls

22 lines (18 loc) · 623 Bytes

Contributing

Local testing

Prepare .env file in the repo root with next content (replace placeholders with actual values):

GITHUB_REPOSITORY="<OWNER/REPO>"
GITHUB_REF="refs/heads/<BRANCH>"
GITHUB_REF_NAME="<BRANCH>"
GITHUB_TOKEN="<GITHUB PAT TOKEN WITH REPO AND USERS READ PERMISSIONS>"
GITHUB_ACTION='.'
INPUT_SHA_FROM=<FROM COMMIT>
INPUT_SHA_TO=<TO COMMIT>
INPUT_CODEWATCHERS=".github/CODEWATCHERS"
INPUT_CODEWATCHERS_REF="main"
INPUT_IGNORE_OWN=false

Before first run npm install, and then npm test

Build and Commit

Ensure to run npm run build before commit to update dist folder.