Skip to content

Remove the need for specifying GITHUB_TOKEN env #30

Remove the need for specifying GITHUB_TOKEN env

Remove the need for specifying GITHUB_TOKEN env #30

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 .
- name: Test if spacectl works
run: spacectl --version