Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63e3689

Browse files
authored
Merge pull request #1783 from stonebig/master
flit me
2 parents 5e25fbf + a9ea4f2 commit 63e3689

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build_wppm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
shell: bash
5353
run: |
5454
git status
55+
git status --ignored --untracked-files=all
5556
5657
- name: Build sdist
5758
shell: bash

.github/workflows/build_wppm_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
shell: bash
5353
run: |
5454
git status
55-
55+
git status --ignored --untracked-files=all
56+
5657
- name: Build sdist
5758
shell: bash
5859
run: |

0 commit comments

Comments
 (0)