Skip to content

fix grammar breaking on parens #11

fix grammar breaking on parens

fix grammar breaking on parens #11

Workflow file for this run

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