mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
remove clang-format (#172)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user