remove clang-format (#172)

This commit is contained in:
lepelog
2022-01-04 18:03:48 +01:00
committed by GitHub
parent 15808a2011
commit 31c937124b
4 changed files with 0 additions and 135 deletions
-15
View File
@@ -1,15 +0,0 @@
name: Clang Format Check
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install clang-format
run: sudo apt-get install clang-format-10
- name: Run clang-format-check
run: sh tools/clang-format-check.sh