Skip to content

migration for payment plans #1676

migration for payment plans

migration for payment plans #1676

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: ./