Skip to content

fix: only download the pdf once #42

fix: only download the pdf once

fix: only download the pdf once #42

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- master
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: SKIP_ENV_VALIDATION=1 bun lint