From 34f790301e610f3a14edb0734c458c329824bf27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 23 Jul 2024 15:09:36 +0200 Subject: [PATCH] chg: rename action to test against public interface --- .github/workflows/test_public_interface.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_public_interface.yml b/.github/workflows/test_public_interface.yml index e6112b5..4765a8f 100644 --- a/.github/workflows/test_public_interface.yml +++ b/.github/workflows/test_public_interface.yml @@ -1,4 +1,4 @@ -name: Python application - MyPy +name: Python application - Test Public Interface on: push: