Skip to content

Merge pull request #2 from sjproctor/pdf-download #9

Merge pull request #2 from sjproctor/pdf-download

Merge pull request #2 from sjproctor/pdf-download #9

Workflow file for this run

name: Web Tests
on:
push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- name: Restore workspace cache
uses: actions/cache@v4
with:
path: "**/node_modules"
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies
run: yarn
- name: Run eslint
run: yarn eslint .