Skip to content

Update publisher filter syntax in notebook docs #199

Update publisher filter syntax in notebook docs

Update publisher filter syntax in notebook docs #199

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test-all:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: "true"
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install
run: npm ci --loglevel error
- name: Build and Test
run: npm run build-prod