Skip to content

Payment plan card shows number of included products #1675

Payment plan card shows number of included products

Payment plan card shows number of included products #1675

Workflow file for this run

name: Code Quality
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm install
- name: Linting and prettifying
run: |
pnpm lint
pnpm prettier
working-directory: ./