Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

allow other bot mods to get regex matching highlighting #1844

allow other bot mods to get regex matching highlighting

allow other bot mods to get regex matching highlighting #1844

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run fmt
- run: npm run lint
- run: npm run build