Skip to content

[Event Highlighting]: White label minus, dot and colon chars in mini notation #197

[Event Highlighting]: White label minus, dot and colon chars in mini notation

[Event Highlighting]: White label minus, dot and colon chars in mini notation #197

Workflow file for this run

name: CI
on:
- workflow_dispatch
- push
- pull_request
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- if: matrix.os == 'ubuntu-latest'
run: sudo apt install libsecret-1-0
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'npm'
- run: npm install
- name: Setup Pulsar Editor
uses: pulsar-edit/[email protected]
- name: Run the headless Pulsar Tests
uses: coactions/[email protected]
with:
run: pulsar --test spec