From 1b8310e893e555c565789622f69a06b5bce6448e Mon Sep 17 00:00:00 2001 From: Piotr Krzeminski Date: Mon, 7 Sep 2026 13:51:19 +0200 Subject: [PATCH] Remove non-existing typing used in tests --- build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2620c97..c95261a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -70,7 +70,6 @@ val collectExternalTypings by tasks.registering(Sync::class) { "telia-actions_android-emulator-runner_main.yml" to "telia-actions/android-emulator-runner/refs/heads/main/action-types.yml", "telia-actions_kover-report_main.yml" to "telia-actions/kover-report/refs/heads/main/action-types.yml", "telia-actions_semver-utils_main.yml" to "telia-actions/semver-utils/refs/heads/main/action-types.yml", - "Tritura_mongodb-github-action_main.yml" to "Tritura/mongodb-github-action/refs/heads/main/action-types.yml", "typesafegithub_github-actions-typing_main.yml" to "typesafegithub/github-actions-typing/refs/heads/main/action-types.yml", "typesafegithub_github-actions-typing_v1.yml" to "typesafegithub/github-actions-typing/refs/heads/v1/action-types.yml", "Vampire_setup-wsl_master.yml" to "Vampire/setup-wsl/refs/heads/master/action-types.yml",