Skip to content

Add setting to always compute hintables #1022

Add setting to always compute hintables

Add setting to always compute hintables #1022

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npx lockfile-lint --path package-lock.json --validate-https
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true"
with:
node-version: 18
- run: npm install
- uses: david-tejada/puppeteer-headful@master
with:
args: npm test