diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2e63796..8c52204 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -62,4 +62,4 @@ jobs: submodules: recursive - name: Clang Format Checks - run: ./format.sh --check Bigfoot \ No newline at end of file + run: chmod +x format.sh && ./format.sh --check Bigfoot \ No newline at end of file