assert: Include assert message in error message if there is one #137
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check formatting | |
on: [push, pull_request, workflow_dispatch] | |
jobs: | |
check_formatting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run clang-format | |
uses: jidicula/[email protected] | |
with: | |
clang-format-version: 18 | |
check-path: . |