From 429585e77ad5a4b8db1d1006bddd2346337bd40e Mon Sep 17 00:00:00 2001 From: Simon Pintarelli Date: Mon, 27 May 2024 15:28:56 +0200 Subject: [PATCH] debug --- .github/workflows/check-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-format.yml b/.github/workflows/check-format.yml index 3b4207b..3423c0b 100644 --- a/.github/workflows/check-format.yml +++ b/.github/workflows/check-format.yml @@ -12,4 +12,4 @@ jobs: - uses: actions/checkout@v4 - name: Check .cpp and .hpp files run: | - ./check-format.sh + ./check_format.sh