Skip to content

feat: Add backend endpoint #219

feat: Add backend endpoint

feat: Add backend endpoint #219

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, synchronize]
branches: [main]
env:
NODE_VERSION: 18.x
PNPM_VERSION: 8
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Git
uses: actions/checkout@v4
- name: Configure Worflow
uses: ./.github/actions/configure
- name: Build Project
run: pnpm build
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Git
uses: actions/checkout@v4
- name: Configure Worflow
uses: ./.github/actions/configure
- name: Build Project
run: pnpm test
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Git
uses: actions/checkout@v4
- name: Configure Worflow
uses: ./.github/actions/configure
- name: Build Project
run: pnpm lint