Skip to content

fix: type-operations/array-type-shenanigans/01-flat-filter example #277

fix: type-operations/array-type-shenanigans/01-flat-filter example

fix: type-operations/array-type-shenanigans/01-flat-filter example #277

Workflow file for this run

name: File Tests
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "22"
cache: "npm"
- run: npm ci
- name: Run unit tests on the repo
run: npm run test