Skip to content

markets/: fix the share-entry regex that killed the client, and guard… #3

markets/: fix the share-entry regex that killed the client, and guard…

markets/: fix the share-entry regex that killed the client, and guard… #3

Workflow file for this run

name: ci
on:
push: { branches: [gh-pages] }
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with: { node-version: '22' }
- run: npm install
- run: npm test