Skip to content

hotfix/andrew/pipeline #122

hotfix/andrew/pipeline

hotfix/andrew/pipeline #122

Workflow file for this run

name: Frontend - lint and style checks
on:
pull_request:
branches:
- main
jobs:
frontend:
name: Frontend check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- working-directory: frontend
run: |
npm ci --legacy-peer-deps
npm run lint-check
npm run build
env:
NEXT_PUBLIC_BACKEND_URL: ''
NEXT_PUBLIC_FIREBASE_SETTINGS: '{"apiKey":"XXXXXXXXXXXX"}'
NEXT_PUBLIC_PAYPAL_CLIENT_ID: ''
NEXT_PUBLIC_PAYPAL_CLIENT_SECRET: ''