Skip to content

Add icon and thumbnail #77

Add icon and thumbnail

Add icon and thumbnail #77

Workflow file for this run

name: Clang-format Verification
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
format-checking:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Run clang-format
uses: jidicula/[email protected]
with:
clang-format-version: '13'
check-path: 'Source'