Skip to content

GitAuto: [FEATURE] Implement Non Structured Specification API #3

GitAuto: [FEATURE] Implement Non Structured Specification API

GitAuto: [FEATURE] Implement Non Structured Specification API #3

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install Dependencies
run: npm install
- name: Run Tests
run: npm test