Skip to content

chore(deps): update rust crate tauri-build to v1.5.6 #422

chore(deps): update rust crate tauri-build to v1.5.6

chore(deps): update rust crate tauri-build to v1.5.6 #422

Workflow file for this run

name: Build verification
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
build-tasks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Npm Install
run: |
npm ci
- name: building build
run: |
npm run build