Skip to content

Move to docs to @charming-art/charming #146

Move to docs to @charming-art/charming

Move to docs to @charming-art/charming #146

Workflow file for this run

name: Test
on:
push:
branches: [next]
pull_request:
branches: [next]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: dtolnay/rust-toolchain@stable
- uses: jetli/[email protected]
with:
version: "latest"
- run: npm install
- run: npm run test
- run: npm run build