Skip to content

✨ Add self-upgrade subcommand to the laptop CLI for upgrading only … #568

✨ Add self-upgrade subcommand to the laptop CLI for upgrading only …

✨ Add self-upgrade subcommand to the laptop CLI for upgrading only … #568

Workflow file for this run

name: CI Workflow
on:
push:
branches:
- main
jobs:
build:
runs-on: macOS-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Setup
run: make setup
- name: Run lint
run: |
make lint
- name: Run tests
run: |
TEST_TMP_DIR="${{ runner.temp }}" make test