Skip to content

feat(CIT): implementa historial de estados en agendas #2114

feat(CIT): implementa historial de estados en agendas

feat(CIT): implementa historial de estados en agendas #2114

Workflow file for this run

name: BUILD AND TEST
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '16.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