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