From 463e40046c693d9773b7f95470dd1960601f8beb Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Tue, 18 Nov 2025 10:30:13 -0800 Subject: [PATCH] Add presubmit workflow badge to the README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da40207fb..5cf8ce456 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Dart IntelliJ Plugin +[![presubmit](https://github.com/flutter/dart-intellij-third-party/actions/workflows/presubmit.yaml/badge.svg)](https://github.com/flutter/dart-intellij-third-party/actions/workflows/presubmit.yaml) + ## Development setup 1. Clone this repository with @@ -99,4 +101,4 @@ Before the move to this repository, the project had 4 working and active branche - `252` - 2025.2 - `master` - the current master for intellij-community, targeting the next version 2025.3 -In its original location the project was built with Bazel; however, in github.com/flutter, the project is built using Gradle (see https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html). \ No newline at end of file +In its original location the project was built with Bazel; however, in github.com/flutter, the project is built using Gradle (see https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html).