Skip to content

feat: support the Data Mapper pattern, some docs and added devcontainer configuration #8

feat: support the Data Mapper pattern, some docs and added devcontainer configuration

feat: support the Data Mapper pattern, some docs and added devcontainer configuration #8

Workflow file for this run

name: Test run
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: "Install"
run: npm install
- name: "Build"
run: npm run build
- name: "Test"
run: npm run test