name: bindings/csharp40 on: push: branches: [ "main" ] pull_request: branches: [ "main" ] jobs: test: runs-on: windows-latest steps: - name: Checkout repository uses: actions/checkout@v4 with: fetch-depth: 0 - uses: actions/setup-dotnet@v1 with: dotnet-version: "5.0.x" - name: Build run: dotnet build working-directory: ./bindings/csharp/net40 - name: Run run: dotnet run working-directory: ./bindings/csharp/net40