From 71ca2d57c947e2ff8f4e2d201e81380d11e71bbf Mon Sep 17 00:00:00 2001 From: Fausto Núñez Alberro Date: Sat, 6 Feb 2021 01:55:38 +0100 Subject: Fix the PR check script --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f5e8385..b916f97 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -17,7 +17,7 @@ jobs: run: pip install pybase16-builder - name: Fetch the repository code uses: actions/checkout@v2 - - name: Run make build - run: make build + - name: Run make + run: make - name: Check if there are changes run: git diff --exit-code -- cgit v1.2.3