Skip to content

Feat:created the implemented the payment page Team-starlight #51

Feat:created the implemented the payment page Team-starlight

Feat:created the implemented the payment page Team-starlight #51

Workflow file for this run

name: build-lint-test
on:
pull_request
jobs:
build_lint_test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
# - name: Set up Node.js
# uses: actions/setup-node@v3
# with:
# node-version: "20"
# - name: Cache pnpm modules
# uses: actions/cache@v3
# with:
# path: ~/.pnpm-store
# key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
# restore-keys: |
# ${{ runner.os }}-pnpm-
# - name: Install pnpm
# uses: pnpm/action-setup@v4
# with:
# version: 9
# - name: Install dependencies
# run: pnpm install
# - name: Lint code
# run: pnpm lint
# - name: Build email
# run: pnpm email:build
# - name: Build project
# run: pnpm build
# - name: Run tests
# run: pnpm run test:ci