Skip to content

WIP change authentication for preview and admin to `pan-domain-au… #12834

WIP change authentication for preview and admin to `pan-domain-au…

WIP change authentication for preview and admin to `pan-domain-au… #12834

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@v2
- 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