Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 480 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 480 Bytes

Luos SDK-Web

Contribute

Workflow

You can use ACT to validate the workflows locally:

  1. Install ACT (See link for other systems):
brew install act
  1. Setup secrets variables in the .act/.secrets file:
NPM_TOKEN=
GITHUB_TOKEN=
  1. Run the workflow locally:
act --container-architecture=linux/amd64 --secret-file ./.act/.secrets -P ubuntu-latest=node:16 push -v