Skip to content

Switch back to main tauri-action now that fix is upstream #248

Switch back to main tauri-action now that fix is upstream

Switch back to main tauri-action now that fix is upstream #248

Workflow file for this run

name: "Code Lint Check"
on: [push, pull_request]
jobs:
quality:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- run: git submodule update --init
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 8
- name: Install frontend dependencies
run: pnpm install
- name: Run Biome
run: pnpm run ui:check:ci