Skip to content

Use Solid.js

Use Solid.js #77

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
name: Build and test desktop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
with:
install: true
cache: true
- name: Install dependencies
run: deno install
- name: Enforce formatting
run: deno fmt --check
- name: Build app
run: deno task tauri build