Skip to content

added auth state listener to directly navigate to home when logged in #114

added auth state listener to directly navigate to home when logged in

added auth state listener to directly navigate to home when logged in #114

Workflow file for this run

#
# This source file is part of the Stanford Spezi open-source project
#
# SPDX-FileCopyrightText: 2024 Stanford University
#
# SPDX-License-Identifier: MIT
#
name: Pull Request
on:
pull_request:
workflow_dispatch:
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
jobs:
buildtestandanalyze:
uses: ./.github/workflows/build-test-analyze.yml
secrets: inherit