Skip to content

Channel Page: Remove ID & Number and Enter Descriptions #31

Channel Page: Remove ID & Number and Enter Descriptions

Channel Page: Remove ID & Number and Enter Descriptions #31

Workflow file for this run

name: Pull Request
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: latest
- name: Install Dependencies
run: pnpm install
- name: Build Package
run: pnpm build