From 237b12d569a65b9a39738d913305f8e54ec3df7b Mon Sep 17 00:00:00 2001 From: Barry Gordon Date: Mon, 27 Sep 2021 15:41:43 +0100 Subject: [PATCH] Find out what the unexpected diff is --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 21e9204..108ac09 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,7 @@ jobs: - run: npm ci - run: npm run all # make sure the latest dist/ changes have been pushed + - run: git diff --text dist/index.js - run: git diff --quiet test: # make sure the action works on a clean machine without building runs-on: ubuntu-latest