Skip to content

Add getById to ContentManager #25

Add getById to ContentManager

Add getById to ContentManager #25

Workflow file for this run

name: CI
on: pull_request
jobs:
build:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Lint
run: npm run lint
- name: Run tests
run: npm run test
- name: Build
run: npm run build