Skip to content

Luos-io/sdk-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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