Skip to content

introduce changelog #64

introduce changelog

introduce changelog #64

Workflow file for this run

name: Test
on:
push:
jobs:
test-response-types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- name: Install dependencies
run: npm ci
- name: Run type checks
run: npm run test