Skip to content

Merge pull request #3 from janezpodhostnik/highlighting_fixes #2

Merge pull request #3 from janezpodhostnik/highlighting_fixes

Merge pull request #3 from janezpodhostnik/highlighting_fixes #2

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm test