Skip to content

fix: allow only a 1-to-1 mapping between hopp and hopp_core (#93) #100

fix: allow only a 1-to-1 mapping between hopp and hopp_core (#93)

fix: allow only a 1-to-1 mapping between hopp and hopp_core (#93) #100

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
precommit:
uses: ./.github/workflows/lintint_reusable.yml
hopp-core:
needs: precommit
uses: ./.github/workflows/hopp_core_reusable.yml
tauri-rust:
needs: precommit
uses: ./.github/workflows/tauri_rust_reusable.yml