Skip to content

fix: improve wording of base-filter help dialog #51

fix: improve wording of base-filter help dialog

fix: improve wording of base-filter help dialog #51

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '22'
- name: Run tests
run: npm cit