Skip to content

I added the endpoints for the todos (CURD) and then i added the tod #66

I added the endpoints for the todos (CURD) and then i added the tod

I added the endpoints for the todos (CURD) and then i added the tod #66

Workflow file for this run

on:
pull_request: {}
jobs:
audit:
runs-on: ubuntu-latest
container: node:22.6.0-alpine3.19
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm --workspaces audit --audit-level high
test:
runs-on: ubuntu-latest
container: node:22.6.0-alpine3.19
steps:
- run: corepack enable
- uses: actions/checkout@v4
- run: npm run initialize
- run: npm --workspaces test