Skip to content

fix: install typescript in eslint recipe #106

fix: install typescript in eslint recipe

fix: install typescript in eslint recipe #106

Workflow file for this run

name: Run Typescript
on:
- pull_request
jobs:
test:
name: Typescript
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v4
- name: 📦 Install dependencies
run: yarn
- name: 🔨 Run Typescript
run: yarn --cwd . ts:check