-
Notifications
You must be signed in to change notification settings - Fork 720
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
Check cabal files in CI #4766
Conversation
f207a1e
to
5c4aa33
Compare
There was a problem hiding this 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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep. That's right.
5c4aa33
to
a7b0a76
Compare
a7b0a76
to
7b5df61
Compare
No description provided.