Skip to content

For multi-host, random numbers were generated even for S == 0, so tes… #1371

For multi-host, random numbers were generated even for S == 0, so tes…

For multi-host, random numbers were generated even for S == 0, so tes… #1371

Workflow file for this run

name: Lint clang-format
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Get clang-format-lint-action as image
run: |
docker build -t doozyx/clang-format-lint-action "github.com/DoozyX/clang-format-lint-action"
- name: Run clang-format lint
run: |
docker run --rm --workdir /src -v $(pwd):/src doozyx/clang-format-lint-action --clang-format-executable /clang-format/clang-format10 -r --exclude .git include/*/*.hpp tests/*.cpp