Skip to content

Added schema plugin and fix to category content type #10

Added schema plugin and fix to category content type

Added schema plugin and fix to category content type #10

Workflow file for this run

name: Build and Validate
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Run Strapi build
run: npm run build
- name: Run Markketplace Plugin build
run: npm run build:plugin