Skip to content

fix: redact editor content before classification #5

fix: redact editor content before classification

fix: redact editor content before classification #5

Workflow file for this run

name: Verify
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
concurrency:
group: verify-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- name: Check out repository
uses: actions/checkout@v6
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: '24'
package-manager-cache: false
- name: Set up pnpm
run: npm install --global pnpm@10.33.0
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Verify implementation and package
run: pnpm verify