Skip to content

Commit 4b37140

Browse files
authored
Merge pull request #29 from antstackio/dev
update action yaml
2 parents 52dfc1b + 93bb219 commit 4b37140

File tree

3 files changed

+48
-8
lines changed

3 files changed

+48
-8
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
3939
- name: Compare the expected and actual dist/ directories
4040
run: |
41+
echo $(git diff --ignore-space-at-eol dist/ | wc -l)
4142
if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then
4243
echo "Detected uncommitted changes after build. See status below:"
4344
git diff

dist/index.js

Lines changed: 46 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)