Skip to content

Use std::optional for peak fitting (which can fail) and other minor refactorings #375

Use std::optional for peak fitting (which can fail) and other minor refactorings

Use std::optional for peak fitting (which can fail) and other minor refactorings #375

name: Framework Validation
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
release:
workflow_dispatch:
env:
CMAKE_BUILD_TYPE: Release
REST_PATH: /rest/detectorlib/install
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
defaults:
run:
shell: bash
jobs:
framework-validation:
uses: rest-for-physics/framework/.github/workflows/validation.yml@master