summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2022-10-14 11:14:23 +0100
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2022-10-14 11:14:23 +0100
commit4e48bbc31cf34b1b4ccd100a787d1204ddb8866b (patch)
tree3daf393e58b4d1f8eb520118d409223cda30676a /.github
parenteb906997da97bbbd1f74127297d7ce9a54a6a2a0 (diff)
downloadpip-4e48bbc31cf34b1b4ccd100a787d1204ddb8866b.tar.gz
Move check-manifest to a CI check
This makes local runs of `nox -s lint` quicker while still providing the relevant protections for checking the MANIFEST file.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d3c64ee40..362f712b1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -70,6 +70,7 @@ jobs:
- run: pip install nox
- run: nox -s prepare-release -- 99.9
- run: nox -s build-release -- 99.9
+ - run: pipx run check-manifest
vendoring:
name: vendoring