Skip to content

Update WASM

Update WASM #16

Workflow file for this run

name: CI
on: [push]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: npm install prettier
- run: npm run format:check