Skip to content

[MHUB-626] feat: add createdAt and updatedAt to PageModel #2022

[MHUB-626] feat: add createdAt and updatedAt to PageModel

[MHUB-626] feat: add createdAt and updatedAt to PageModel #2022

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
types: [opened, edited, synchronize, reopened]
push:
branches:
- 'main'
jobs:
CI:
runs-on: ubuntu-latest
name: CI
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup
uses: ./.github/actions/setup
- name: Check lockfiles
uses: ./.github/actions/lockfiles
- name: Tests
run: npm test
- name: Build
uses: ./.github/actions/build