Skip to content

Merge pull request #5 from inobulles/bugfix/double-scope-on-stack-whe… #139

Merge pull request #5 from inobulles/bugfix/double-scope-on-stack-whe…

Merge pull request #5 from inobulles/bugfix/double-scope-on-stack-whe… #139

Workflow file for this run

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/clang-format-action@v4.13.0
with:
clang-format-version: 18
check-path: .