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

Check cabal files in CI #4766

Merged
merged 10 commits into from
Jan 12, 2023
Merged

Check cabal files in CI #4766

merged 10 commits into from
Jan 12, 2023

Conversation

newhoggy
Copy link
Contributor

No description provided.

@newhoggy newhoggy force-pushed the newhoggy/cabal-check branch 2 times, most recently from f207a1e to 5c4aa33 Compare January 10, 2023 22:39
@newhoggy newhoggy marked this pull request as ready for review January 10, 2023 22:41
Copy link
Contributor

@Jimbo4350 Jimbo4350 left a comment

Choose a reason for hiding this comment

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

Nice work, LGTM!

@@ -0,0 +1,10 @@
#!/usr/bin/env bash

for x in $(find . -name '*.cabal' | grep -v dist-newstyle | cut -c 3-); do
Copy link
Contributor

Choose a reason for hiding this comment

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

so this is finding all the cabal files in the cardano-node repo?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep. That's right.

@newhoggy newhoggy merged commit 5e85839 into master Jan 12, 2023
@newhoggy newhoggy deleted the newhoggy/cabal-check branch January 12, 2023 02:39
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.

2 participants