Skip to content

feat: allow typescript 5 #67

feat: allow typescript 5

feat: allow typescript 5 #67

Workflow file for this run

name: "Validate"
on:
pull_request:
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: corepack enable
- run: yarn install
- run: yarn run lint