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: check-format:
name: Check clang format name: Check clang format
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.12 - uses: DoozyX/clang-format-lint-action@v0.18
with: with:
source: '.' source: '.'
extensions: 'hpp, cpp, h' extensions: 'hpp, cpp, h'