Skip to content

feat: optimise PDF Generation with concurrent template rendering and caching for file reads #1217

feat: optimise PDF Generation with concurrent template rendering and caching for file reads

feat: optimise PDF Generation with concurrent template rendering and caching for file reads #1217

Workflow file for this run

name: Lint
on:
pull_request:
branches: [develop, master]
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Node.js dependencies
run: npm ci
- name: Lint Action
uses: wearerequired/lint-action@v2
with:
eslint: true
prettier: true