-
Notifications
You must be signed in to change notification settings - Fork 160
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
Fix all Github action soundness checks #346
Conversation
FWIW: I think it'd make sense to rebase rather than squash here so that the formatting is kept as a separate commit so you can then ignore it from blames etc. |
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.
Personally I'd rather 2-sp indent since it matches the other sister packages, but as long as the files themselves are consistent it doesn't really matter to me 100%.
why where the docker files removed? did they not work? (I don't remember who committed those) |
2f38944
to
43cf7e3
Compare
43cf7e3
to
a8ac2df
Compare
I added them previously because we wanted the old SwiftCI to use them. With GitHub Actions we no longer need them. |
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.
looks good to me
Motivation
We want to turn on GitHub Actions for this repository in #344. That PR has currently a few failing soundness checks.
Modifications
This PR fixes all of the soundness issues.
Result
Ready for GitHub Actions