Skip to content

chore(deps): updated XexUtils #5

chore(deps): updated XexUtils

chore(deps): updated XexUtils #5

Workflow file for this run

name: Check code formatting
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
check-code-formatting:
name: Check code formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check code formatting with clang-format.
uses: jidicula/clang-format-action@v4.14.0
with:
clang-format-version: 19
check-path: src