feat: automate dist recompilation on Renovate PRs and configure concurrency limit

This commit is contained in:
2026-09-04 22:29:31 +02:00
parent 7c5cb5ffec
commit 00e2484118
6 changed files with 125 additions and 16 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { vi, describe, it, expect, beforeEach } from "vitest";
import { vi, describe, it, expect, beforeEach, afterEach } from "vitest";
// Mock @actions/core for all tests in this file
vi.mock("@actions/core", () => ({