Skip to content

chore(deps): bump tauri from 1.6.1 to 1.6.2 in /src-tauri #948

chore(deps): bump tauri from 1.6.1 to 1.6.2 in /src-tauri

chore(deps): bump tauri from 1.6.1 to 1.6.2 in /src-tauri #948

Workflow file for this run

name: Lint, TypeCheck, Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn && yarn lint
- run: yarn tc
- run: yarn test