Skip to content

(fix) Patch scheduler bug occuring when there was a single process #123

(fix) Patch scheduler bug occuring when there was a single process

(fix) Patch scheduler bug occuring when there was a single process #123

Workflow file for this run

name: Check code formatting
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install clang-format
run: sudo apt-get install -y clang-format
- name: Run clang-format in dry-run mode
run: make format