Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 865 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 865 Bytes

Playground for actionlint

This is a development directory for actionlint playground.

The playground is built with HTML/CSS/TypeScript/Wasm. All dependencies are defined in package.json and managed by npm. Tasks for development are defined in Makefile.

Tasks

# Install dependencies, build main.wasm, start serving the app at localhost:1234 using Python
make

# Install dependencies, build main.wasm
make build

# Install dependencies
make install

# Clean all built files and dependencies
make clean

Deployment

Deployment is automated by deploy.bash. See CONTRIBUTING.md for more details. To optimize main.wasm, wasm-opt command is required. Install Binaryen in advance.