1 Commits

Author SHA1 Message Date
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
+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'