Skip to content

Convert FPDF to JasperReports for PDF Report Generation #2413

Convert FPDF to JasperReports for PDF Report Generation

Convert FPDF to JasperReports for PDF Report Generation #2413

Workflow file for this run

name: Run ESLint and build frontend
on: pull_request
jobs:
frontend:
name: Lint and build JS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
cd frontend && \
corepack install -g yarn && \
yarn && \
yarn lint-staged && \
yarn build