Skip to content

Harden post-review hook against missed matches and context decay #5

Harden post-review hook against missed matches and context decay

Harden post-review hook against missed matches and context decay #5

Workflow file for this run

name: Validate
on:
pull_request:
push:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Validate plugin
run: npm test