Skip to content

Bump packages, update README about deprecated env var #26

Bump packages, update README about deprecated env var

Bump packages, update README about deprecated env var #26

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: Install packages
run: npm ci
- name: Test installing spacectl
run: node .
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Test if spacectl works
run: spacectl --version