Add a test for csharp, run in CI

This commit is contained in:
Ben Jackson 2021-04-15 19:12:24 +01:00
commit f389d65a24
6 changed files with 100 additions and 4 deletions

View file

@ -111,6 +111,11 @@ jobs:
path: gadgets/macos/download
name: Cache gadgets
- name: 'Install .NET Core SDK 3.1'
uses: actions/setup-dotnet@v1.7.2
with:
dotnet-version: 3.1
- run: vim --version
name: 'Print vim version information'