From 343ea42df04dcad078d1274ff7bf3d3ca7da79bd Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 5 Apr 2021 22:38:04 +0300 Subject: workflows/basic: call clang-format.py --- .github/workflows/basic.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.github') diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 1b24714..f9b9c8f 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -9,6 +9,15 @@ on: workflow_dispatch: jobs: + lint: + runs-on: ubuntu-20.04 + name: Linting + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Run clang-format + run: ./tools/clang-format.py --clang-format clang-format-10 + build: strategy: matrix: -- cgit v1.2.3