diff --git a/.github/workflows/build-on-pull-request.yml b/.github/workflows/build-on-pull-request.yml index 6ab8543de..e9176f8c4 100644 --- a/.github/workflows/build-on-pull-request.yml +++ b/.github/workflows/build-on-pull-request.yml @@ -21,6 +21,9 @@ jobs: - name: Checkout Source uses: actions/checkout@v2 + - name: Do some simple style checks + shell: bash + run: make -j2 check - name: Build the tools. shell: bash run: make -j2 bin USER_CFLAGS=-Werror