Skip to content

Fix bug related to empty queue (#28) #124

Fix bug related to empty queue (#28)

Fix bug related to empty queue (#28) #124

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