Skip to content

Support starting dashboard edition from the command palette #16

Support starting dashboard edition from the command palette

Support starting dashboard edition from the command palette #16

Workflow file for this run

name: CI
on:
pull_request: ~
jobs:
linters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install devbox
uses: jetify-com/[email protected]
with:
enable-cache: 'true'
- name: Install vendors
run: devbox run yarn install --frozen-lockfile
- name: Compile codebase
run: devbox run yarn run compile
- name: Run linters
run: devbox run yarn run lint