Skip to content

Skip UpdateStaticness per-agent work when detect_static_agents is false #99

Skip UpdateStaticness per-agent work when detect_static_agents is false

Skip UpdateStaticness per-agent work when detect_static_agents is false #99

name: repository-check
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
code-style:
runs-on: ubuntu-22.04
steps:
- name: Install dependencies
run: |
sudo apt update
sudo apt install clang-format
- name: Checkout BioDynaMo
uses: actions/checkout@v4
- name: Run clang-format code style check
run: |
./util/housekeeping/run-clang-format.sh $(pwd) clang-format 0 $(./util/housekeeping/get-all-src-files.sh .)
- name: Check if Copyright information is correct
run: |
./util/housekeeping/check-copyright.sh util/housekeeping/copyright_cpp.txt $(util/housekeeping/get-all-src-files.sh .)