From 05a973f0503e0338a7bfd9d3d5cc6a45702e3e6a Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 22 Dec 2019 16:22:18 +0100 Subject: [PATCH] Added diff to CI build --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3563230f9..9a99ff018 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,6 +58,9 @@ jobs: - run: npm run lint - run: npm run build + # Check diff after build + - run: git diff --name-only + # Upload distribution files - uses: actions/upload-artifact@v1 if: startsWith(github.ref, 'refs/tags')