Align Questionnaire Catalog with Grove FHIR #32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # This source file is part of the My Heart Counts Study Definitions open-source project | |
| # | |
| # SPDX-FileCopyrightText: 2025 Stanford University and the project authors (see CONTRIBUTORS.md) | |
| # | |
| # SPDX-License-Identifier: MIT | |
| # | |
| name: Repository Standards | |
| on: | |
| pull_request: | |
| push: | |
| branches: [main] | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| pull-requests: read | |
| jobs: | |
| standards: | |
| name: Standards | |
| uses: SchmiedmayerLab/.github/.github/workflows/repository-standards.yml@v0.5 |