Skip to content

Implement the Todo List API #1

Implement the Todo List API

Implement the Todo List API #1

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run type checking, linting, and unit tests.
run: make ci-test