Skip to content

Ready to be v3.0.3

Ready to be v3.0.3 #19

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@main
with:
dotnet-version: '5.0.x'
- name: dotnet test
run: dotnet test ./Dena.CodeAnalysis.Testing.sln