Skip to content

chg: Add After and DescribeCallback types #48

chg: Add After and DescribeCallback types

chg: Add After and DescribeCallback types #48

Workflow file for this run

name: Test
on:
workflow_call:
push:
tags-ignore:
- "v*"
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: 'npm'
- run: npm ci
- run: npm run build-test
- run: npm test