Skip to content

GET /service_types: Added specification property to identify the … #709

GET /service_types: Added specification property to identify the …

GET /service_types: Added specification property to identify the … #709

Workflow file for this run

name: Test API Spec
on: [push, pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v5
with:
node-version: 'lts/*'
- uses: actions/checkout@v5
- run: npm install
- run: npm test