Skip to content

Merge pull request #348 from DavisVaughan/rc/0.4.7 #603

Merge pull request #348 from DavisVaughan/rc/0.4.7

Merge pull request #348 from DavisVaughan/rc/0.4.7 #603

Workflow file for this run

on:
push:
branches: main
pull_request:
branches:
- main
name: format_check
jobs:
format_check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install ClangFormat
run: sudo apt-get install -y clang-format-10
- name: Run ClangFormat
run: make format clang_format=clang-format-10
- name: Check for a non-empty diff
run: git diff-files -U --exit-code