Skip to content

feat(IN): implementa periodos censables en internacion #1530

feat(IN): implementa periodos censables en internacion

feat(IN): implementa periodos censables en internacion #1530

Workflow file for this run

name: BUILD AND TEST
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm ci
- run: cp config.private.ts.example config.private.ts
- run: npm run lint
- run: npm run tsc
- run: npm run test