Skip to content

Bump npm packages

Bump npm packages #40

Workflow file for this run

name: build
on:
pull_request:
paths-ignore:
- "**.md"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
name: πŸ‘· Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@main
- name: Test installing spacectl
uses: ./
- name: Test if spacectl works
run: spacectl --version