Skip to content

Display initialization progress and index asynchronously #62

Display initialization progress and index asynchronously

Display initialization progress and index asynchronously #62

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Haskell and Stack
uses: haskell-actions/setup@v2
with:
enable-stack: true
stack-version: 'latest'
- name: Build
run: stack build