Skip to content

Remove Asar Handling :trolly: #3261

Remove Asar Handling :trolly:

Remove Asar Handling :trolly: #3261

Workflow file for this run

name: TypeScript
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
permissions:
contents: read
jobs:
run-typescript:
name: Run TypeScript
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
uses: ./.github/actions/install
- name: Run TypeScript
run: pnpm run typescript:check