Skip to content

Include readme

Include readme #8

Workflow file for this run

name: CI
on:
push:
branches:
- master
- release/*
pull_request:
branches:
- master
- release/*
jobs:
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: dotnet build -c Debug LLZipLib.sln
- name: Test
run: dotnet test --no-build -c Debug LLZipLib.sln