Skip to content

Generate structures for working with units #55

Generate structures for working with units

Generate structures for working with units #55

Workflow file for this run

name: Pull actions
on:
pull_request:
jobs:
python-tests:
uses: ./.github/workflows/python-tests.yml
with:
working-directory: "python"
dotnet-tests:
uses: ./.github/workflows/dotnet-tests.yml
with:
working-directory: "dotnet/UneceGenerator"
dotnet-version: "8.0.100"