Skip to content

fmt

fmt #68

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: Run Tests
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- name: Test
shell: pwsh
run: ./build.ps1 -Task Test -Bootstrap