https://github.com/IITC-College/cicd-lab03-events-triggering
src/
domain/
repositories/
services/
api/
config/
app.ts
server.ts
tests/
.github/
workflows/
ci.yml
Run locally:
npm install
npm run lint
npm run typecheck
npm run build
npm test
Current workflow trigger:
on:
push:
pull_request:
Update the push trigger: