Skip to content

Remove transformOutput combinator #6

Remove transformOutput combinator

Remove transformOutput combinator #6

Workflow file for this run

name: validate commit
on:
pull_request:
types:
- opened
- synchronize
- reopened
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22
cache: 'npm'
cache-dependency-path: 'package-lock.json'
- run: npm ci
- run: npm run test