Skip to content

Extend helper assert with generic comparison and print message on success #4

Extend helper assert with generic comparison and print message on success

Extend helper assert with generic comparison and print message on success #4

Workflow file for this run

name: clang-format check
on: [push, pull_request]
permissions:
contents: read
jobs:
clang-format:
name: clang-format check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: clang-format
uses: jidicula/[email protected]
with:
clang-format-version: '19'
check-path: 'Code_Exercises'
fallback-style: 'Google'
include-regex: '^.*\.(((c|C)(c|pp|xx|\+\+)?$)|((h|H)h?(pp|xx|\+\+)?$))$'