Skip to content

Merge pull request #27168 from guardian/ei/set-affiliate-links-live #13113

Merge pull request #27168 from guardian/ei/set-affiliate-links-live

Merge pull request #27168 from guardian/ei/set-affiliate-links-live #13113

Workflow file for this run

name: typescript
on: [push]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
typescript:
name: Typescript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: yarn
- name: Install
run: yarn
- name: Lint files
run: yarn eslint static/src/javascripts --ext=ts,tsx
- name: Check typescript
run: yarn tsc