diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index af12576..16363c9 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -51,6 +51,15 @@ jobs: timeout-minutes: 120 container: image: git.romainboullard.com/bigfootdev/linuxbigfootbuilder:main + name: "Clang Format Checks" steps: - - name: Clang Format Checkout + - name: Install Node.js + run: apt-get update && apt-get install -y nodejs + + - name: Checkout repository + uses: actions/checkout@v6 + with: + submodules: recursive + + - name: Clang Format Checks run: chmod +x format.sh && ./format.sh Bigfoot checker \ No newline at end of file