Skip to content

Refactor Plugin + add missed typing #107

Refactor Plugin + add missed typing

Refactor Plugin + add missed typing #107

Workflow file for this run

name: Validate PR + Commits
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
compile:
name: Type Check (tsc)
runs-on: ubuntu-latest
steps:
- name : 📦 Checkout project repo
uses: actions/checkout@v4
- name : 📦 Setup Node + PNPM + install deps
uses: ./.github/actions/setup-node-pnpm-install
- name: 🏃‍♂️ Run TypeScript
run : pnpm run type-check