Skip to content

Re-implement Tiles as OneToMany associator #262

Re-implement Tiles as OneToMany associator

Re-implement Tiles as OneToMany associator #262

Workflow file for this run

name: clang-format Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'CLUEstering/alpaka'
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check
uses: jidicula/[email protected]
with:
clang-format-version: '18'
check-path: ${{ matrix.path }}