Skip to content

WEB: Update broken links on web site. Add notice about MatchCrystallo… #278

WEB: Update broken links on web site. Add notice about MatchCrystallo…

WEB: Update broken links on web site. Add notice about MatchCrystallo… #278

Workflow file for this run

name: clang-format check
on:
pull_request:
branches: [ develop ]
push:
branches: [ develop ]
jobs:
clang_format_check:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Run clang-format on diff
run: ./Support/Scripts/run_clang_format_diff.sh HEAD^ HEAD