Skip to content

feat: Add support for custom rule messages #459

feat: Add support for custom rule messages

feat: Add support for custom rule messages #459

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
steps:
- name: Setup Node.js ${{ matrix.node-version }}
uses: mskelton/setup-pnpm@v2
with:
node-version: ${{ matrix.node-version }}
- run: pnpm fmt:check
- run: pnpm lint
- run: pnpm test
- run: pnpm ts