Skip to content

StatusBar: Pinned nodes / Restore prev. git status #28

StatusBar: Pinned nodes / Restore prev. git status

StatusBar: Pinned nodes / Restore prev. git status #28

Workflow file for this run

name: Pre-merge Pipeline
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
check:
uses: ./.github/workflows/check.yaml
build:
uses: ./.github/workflows/build.yaml
needs: check
test:
uses: ./.github/workflows/test.yaml
needs: build