Skip to content

Normalize getPDFInfo output for different OSs #13

Normalize getPDFInfo output for different OSs

Normalize getPDFInfo output for different OSs #13

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
# Installing Chrome is not required for linting files.
PUPPETEER_SKIP_DOWNLOAD: true
# Output colored text
FORCE_COLOR: 1
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: lts/*
package-manager-cache: false
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: latest
run_install: true
- name: Lint files
run: pnpm lint