Skip to content

refactor: migrate to React Router and modularize component architecture #8

refactor: migrate to React Router and modularize component architecture

refactor: migrate to React Router and modularize component architecture #8

Workflow file for this run

name: PR Validation
on: [pull_request, workflow_dispatch]
jobs:
client:
uses: ./.github/workflows/reusable-test-npm.yml
with:
folder: ./client
npm-command: build
server:
uses: ./.github/workflows/reusable-test-npm.yml
with:
folder: ./server
npm-command: lint