Skip to content

fix: Correct pp.outline.major.some.waste application type description #397

fix: Correct pp.outline.major.some.waste application type description

fix: Correct pp.outline.major.some.waste application type description #397

Workflow file for this run

name: PR Workflow
on:
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.16.1'
- name: Install pnpm
run: npm install -g pnpm
- name: Install Dependencies
run: pnpm install
- name: Run Tests
run: pnpm test