Skip to content

Provide support for accept_temporary_this modifier (#10) #43

Provide support for accept_temporary_this modifier (#10)

Provide support for accept_temporary_this modifier (#10) #43

Workflow file for this run

name: ci
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
- name: Run tests
run: dotnet run ServerCodeExciserTest.csproj
working-directory: ./ServerCodeExciserTest