Skip to content

docs: Update todo list #22

docs: Update todo list

docs: Update todo list #22

Workflow file for this run

name: Continuous Integration (Windows)
on:
pull_request:
branches:
- main
- next
- dev
push:
branches:
- main
- next
- dev
jobs:
test:
name: Run tests (Windows)
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: '1'
arch: x86
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1