Skip to content

Add "Indexing..." text on main view while load bar for currently runn… #412

Add "Indexing..." text on main view while load bar for currently runn…

Add "Indexing..." text on main view while load bar for currently runn… #412

Workflow file for this run

name: build
on:
push:
pull_request:
branches:
- main
jobs:
build-linux:
uses: ./.github/workflows/setup-linux.yaml
with:
command: npm run build-linux-project --workspace @project-gauntlet/build
build-macos:
uses: ./.github/workflows/setup-macos.yaml
with:
command: npm run build-macos-project --workspace @project-gauntlet/build
secrets: inherit
build-windows:
uses: ./.github/workflows/setup-windows.yaml
with:
command: npm run build-windows-project --workspace @project-gauntlet/build