FormatChecks #2
@@ -51,6 +51,15 @@ jobs:
|
|||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
container:
|
container:
|
||||||
image: git.romainboullard.com/bigfootdev/linuxbigfootbuilder:main
|
image: git.romainboullard.com/bigfootdev/linuxbigfootbuilder:main
|
||||||
|
name: "Clang Format Checks"
|
||||||
steps:
|
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
|
run: chmod +x format.sh && ./format.sh Bigfoot checker
|
||||||
Reference in New Issue
Block a user