Skip to content

fix(stacks): reveal the Stacks view when the status bar indicator is clicked #449

fix(stacks): reveal the Stacks view when the status bar indicator is clicked

fix(stacks): reveal the Stacks view when the status bar indicator is clicked #449

Workflow file for this run

name: Build and Test
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '24'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run build-all
run: yarn build-all