From a30b5f9345e96de51ca2041bb63bea9aba714877 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 23 Jan 2025 11:30:13 -0500 Subject: [PATCH] add check for fmt::print() to GitHub style check workflow --- .github/workflows/style-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/style-check.yml b/.github/workflows/style-check.yml index 7be2c4fc46..e3567140fb 100644 --- a/.github/workflows/style-check.yml +++ b/.github/workflows/style-check.yml @@ -35,3 +35,4 @@ jobs: make check-permissions make check-homepage make check-errordocs + make check-fmtlib