-
Notifications
You must be signed in to change notification settings - Fork 1
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
Basic implementation #2
Conversation
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.
SGTM on the v1
branch name
- name: Print Output | ||
id: output | ||
run: echo "${{ steps.test-action.outputs.time }}" | ||
- uses: cirruslabs/swiftlint-action@v1 |
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.
Let's make it an example with a version. Can we do like latest
for the version?
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.
Changed in b7c46df.
const version: string = core.getInput('version') | ||
|
||
// Fail the workflow run if we're not running on macOS | ||
if (process.platform !== 'darwin') { |
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.
It seems SwiftLint supports Linux but we can work on it in a separate issue.
Co-authored-by: Fedor Korotkov <[email protected]>
I'm also proposing to rename the
main
branch tov1
to ease the release process.