3 Commits

Author SHA1 Message Date
RuiFPB b6dcd83962 Update template module
Official build / Build (push) Successful in 8m2s
2026-06-11 01:49:13 +01:00
RuiFPB e5b0f839cf Merge pull request 'Template as submodule' (#1) from submodules into master
Official build / Build (push) Successful in 8m5s
PR C++ format check / Check clang format (push) Successful in 10s
Reviewed-on: #1
2026-06-11 00:41:02 +00:00
RuiFPB 1fd1dea078 Test setting the run container
PR C++ format check / Check clang format (pull_request) Successful in 28s
PR build check / Build (pull_request) Successful in 3m2s
2026-06-11 01:35:45 +01:00
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -25,10 +25,12 @@ jobs:
check-format:
name: Check clang format
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.12
- uses: DoozyX/clang-format-lint-action@v0.18
with:
source: '.'
extensions: 'hpp, cpp, h'