Skip to content

Commit cd0f4d2

Browse files
committed
also run check-manifest
1 parent 02147dd commit cd0f4d2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/push.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,15 @@ jobs:
3939

4040
- name: Fail on differences
4141
run: git diff --exit-code
42+
43+
check-manifest:
44+
runs-on: ubuntu-latest
45+
46+
steps:
47+
- name: Checkout
48+
uses: actions/checkout@v2
49+
50+
- name: Check MANIFEST.in
51+
run: |
52+
pip install check-manifest
53+
check-manifest .

0 commit comments

Comments
 (0)