Skip to content

Sets IsComposable=true for workbook* bound types #1577

Sets IsComposable=true for workbook* bound types

Sets IsComposable=true for workbook* bound types #1577

name: Metadata Parser Validation for latest XSLT rules
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
list-conversion-settings:
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-conversion-settings.outputs.matrix }}
steps:
- uses: actions/checkout@v4
- id: set-conversion-settings
run: echo "::set-output name=matrix::$(ls conversion-settings/*.json | sed 's/.*\///' | sed 's/\.[^.]*$//' | jq -R -s -c 'split("\n")[:-1]')"
build:
needs: list-conversion-settings
strategy:
matrix:
version: ["v1.0", "beta"]
settings: ${{ fromJson(needs.list-conversion-settings.outputs.matrix) }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup .NET
uses: actions/[email protected]
with:
dotnet-version: 7.0.x
- name: Validate latest XSLT rules
run: ./scripts/run-metadata-validation.ps1 -repoDirectory "${{ github.workspace }}" -version "${{ matrix.version }}" -platformName "${{ matrix.settings }}"
shell: pwsh
- uses: actions/upload-artifact@v4
if: always()
with:
name: ${{ matrix.version }}-${{ matrix.settings }}
path: openapi/${{ matrix.version }}/${{ matrix.settings }}.yaml