From ba20fa121a0e97a7862aa163a11c7337a05188f7 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Thu, 11 Mar 2021 16:47:05 +0100 Subject: [BUILD] Enable lint targets if lint programs are found --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d33967a..c490065 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,7 +27,7 @@ jobs: run: git fetch --prune --unshallow - name: Configure dnbd3 build run: | - cmake -DDNBD3_LINT=ON -B ${{ github.workspace }}/build \ + cmake -B ${{ github.workspace }}/build \ -S ${{ github.workspace }} - name: Lint dnbd3 artifacts working-directory: ${{ github.workspace }}/build -- cgit v1.2.3-55-g7522