From 5d45c655bd22920eadd0fdea7f2bb34a59310424 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Sat, 16 Apr 2022 18:32:49 +0200 Subject: [PATCH] add check action also to the snapshot build --- .github/workflows/snapshot-on-push-master.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/snapshot-on-push-master.yml b/.github/workflows/snapshot-on-push-master.yml index 48a63a12c..798381951 100644 --- a/.github/workflows/snapshot-on-push-master.yml +++ b/.github/workflows/snapshot-on-push-master.yml @@ -46,6 +46,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: |