PG-1355 Added the key points to consider when writing documentation #82
This file contains 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
name: PSP | |
on: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
build: | |
name: PSP | |
strategy: | |
matrix: | |
os: ['ubuntu-22.04'] | |
build_type: [debug,debugoptimized] | |
build_script: [make, meson] | |
uses: ./.github/workflows/psp-reusable.yml | |
with: | |
os: ${{ matrix.os }} | |
build_type: ${{ matrix.build_type }} | |
build_script: ${{ matrix.build_script }} | |
secrets: inherit |