Skip to content

Add leptos-chart example to the workspace. #34

Add leptos-chart example to the workspace.

Add leptos-chart example to the workspace. #34

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build
- name: Test
run: cargo test --verbose