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

This commit is contained in:
2026-06-11 01:32:14 +01:00
parent 71a3cf92ee
commit 1fd1dea078
+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'