FormatChecks #2

Merged
rboullard merged 8 commits from FormatChecks into Development 2026-01-28 16:41:08 +00:00
Showing only changes of commit e0dac02623 - Show all commits

View File

@@ -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