refactor(forge): switch to TypeScript

This commit is contained in:
Elian Doran
2025-06-19 15:38:35 +03:00
parent 0744a85421
commit 248f6d6a7d
6 changed files with 43 additions and 19 deletions

View File

@@ -12,7 +12,7 @@ on:
paths:
- .github/actions/build-electron/*
- .github/workflows/nightly.yml
- forge.config.cjs
- forge.config.ts
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}