Skip to content

GHC_FileSystem: Add failure warning for macOS systems < 10.15 #229

GHC_FileSystem: Add failure warning for macOS systems < 10.15

GHC_FileSystem: Add failure warning for macOS systems < 10.15 #229

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