From cb991093102fbdce4601381928488b362cc280d0 Mon Sep 17 00:00:00 2001 From: Adrian Bartnik <149609112+adrianbartnik-sc@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:26:12 +0100 Subject: [PATCH] Update README.md (#406) * Fix build status * Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c2d9c2..106b94b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Twinagle = Twirp + Finagle -![Build Status](https://github.com/soundcloud/twinagle/workflows/Scala%20CI/badge.svg) +![Build Status](https://github.com/soundcloud/twinagle/actions/workflows/build.yml/badge.svg) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.soundcloud/twinagle-runtime_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.soundcloud/twinagle-runtime_2.13) Twinagle is an implementation of the @@ -20,7 +20,7 @@ Please ensure that `sbt scalafmtCheckAll +test scripted` passes when submitting # Notes -* IntelliJ [doesn't run plugins][intellij] during project build. Before importing, +* IntelliJ doesn't run plugins during project build. Before importing, `sbt compile` may be necessary. * In order to run the full test suite (i.e. the unit tests & the end-to-end tests