Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Merge pull request #28 from gse-atma-dev/add_atma_solution #107

Merge pull request #28 from gse-atma-dev/add_atma_solution

Merge pull request #28 from gse-atma-dev/add_atma_solution #107

Workflow file for this run

name: validate
on: [push, pull_request]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: rm -r frontend; git clone https://github.com/sine-fdn/pact-catalog-frontend.git; mv ./pact-catalog-frontend/frontend ./frontend; cd frontend; npm install; cd ..
- run: npm install typescript ts-node zod ajv
- run: npx ts-node validate.ts