Skip to content

Merge branch 'master' of https://github.com/learning-process/parallel… #124

Merge branch 'master' of https://github.com/learning-process/parallel…

Merge branch 'master' of https://github.com/learning-process/parallel… #124

name: Static analysis
on: [push, pull_request]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.17
with:
source: '.'