Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added check-manifest pre-commit hook #99

Merged
merged 2 commits into from
Jul 7, 2023
Merged

Conversation

niksirbi
Copy link
Member

@niksirbi niksirbi commented Jun 30, 2023

check-manifest always trips me up. It's part of our actions workflow, but not of pre-commit. This results in me discovering annoying manifest problems only after I push.
I think it's worth adding check-manifest to the pre-commit hooks, so we catch the problems at their root.
The only downside I can think of is that the pre-commit check will be slightly slower.

Interested to hear your thoughts on this.

@codecov-commenter
Copy link

codecov-commenter commented Jun 30, 2023

Codecov Report

Merging #99 (8f0fc00) into main (4a7dcbb) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #99   +/-   ##
=======================================
  Coverage   39.94%   39.94%           
=======================================
  Files          12       12           
  Lines         691      691           
=======================================
  Hits          276      276           
  Misses        415      415           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@niksirbi niksirbi marked this pull request as ready for review July 6, 2023 14:37
@niksirbi niksirbi requested a review from a team July 6, 2023 14:37
Copy link
Member

@lauraporta lauraporta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Niko!

@lauraporta lauraporta merged commit b329030 into main Jul 7, 2023
20 checks passed
@samcunliffe samcunliffe deleted the manifest-pre-commit branch July 10, 2023 08:29
niksirbi added a commit that referenced this pull request Nov 13, 2023
* added check-manifest pre-commit hook

* added no-build-isolation to check-manifest hook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants