Template as submodule #1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user