-
Notifications
You must be signed in to change notification settings - Fork 21
Use "delphix/actions" for shfmt #223
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
Conversation
|
This is depends on: delphix/actions#3 and delphix/actions#4 |
| - uses: actions/checkout@v2 | ||
| - run: ./.github/scripts/install-shfmt.sh | ||
| - run: /usr/local/bin/shfmt -d . | ||
| - uses: delphix/actions/shfmt@master |
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.
We don't also run shellcheck for sdb?
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.
I don't see it used anywhere in this repository, do you? Did I overlook something?
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.
Sorry, I meant that as a generic question. @sdimitro Is there an explicit reason we aren't running shellcheck? Should we add it?
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.
No explicit reason - I just only knew about shfmt at the time when I made that change :-)
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.
Okay, we can perhaps consider adding it in a later commit.
sdimitro
left a comment
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.
ShipIt pending test doesn't fail once the other commits make it in.
502b654 to
a84b015
Compare
No description provided.