Template as submodule #1

Merged
RuiFPB merged 4 commits from submodules into master 2026-06-11 00:41:02 +00:00
Showing only changes of commit 1fd1dea078 - Show all commits
+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'