Skip to content

Add aim bounce help entry to the analysis menu #132

Add aim bounce help entry to the analysis menu

Add aim bounce help entry to the analysis menu #132

Workflow file for this run

name: Build check
on:
workflow_dispatch:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
run_install: false
- name: Compile
run: pnpm install; pnpm run start