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

Skip to content

Commit a9ea4f2

Browse files
committed
flit me
1 parent e44a014 commit a9ea4f2

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)