Skip to content

Commit 37e4171

Browse files
committed
s
1 parent 2a2d5a6 commit 37e4171

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
- run: node_modules/.bin/istanbul cover lib/ace/test/all.js
3333
- run: |
3434
set -x;
35+
git status;
36+
git checkout HEAD -- package.json;
3537
changes=$(git diff --name-only origin/HEAD --no-renames --diff-filter=ACMR);
3638
if [ "$changes" == "" ]; then
3739
echo "checking all files";

0 commit comments

Comments
 (0)