Skip to content

feat(ml): add data pipeline, model notebook, and requirements #37

feat(ml): add data pipeline, model notebook, and requirements

feat(ml): add data pipeline, model notebook, and requirements #37

Workflow file for this run

name: CI/CD Pipeline
on:
push:
branches: [main]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run lint
- run: npm test
- run: npm run build