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

Basic implementation #2

Merged
merged 3 commits into from
May 15, 2024
Merged

Basic implementation #2

merged 3 commits into from
May 15, 2024

Conversation

edigaryev
Copy link
Collaborator

@edigaryev edigaryev commented May 15, 2024

I'm also proposing to rename the main branch to v1 to ease the release process.

@edigaryev edigaryev requested a review from fkorotkov as a code owner May 15, 2024 12:33
Copy link
Contributor

@fkorotkov fkorotkov left a 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

.github/workflows/main.yml Outdated Show resolved Hide resolved
- name: Print Output
id: output
run: echo "${{ steps.test-action.outputs.time }}"
- uses: cirruslabs/swiftlint-action@v1
Copy link
Contributor

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?

Copy link
Collaborator Author

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') {
Copy link
Contributor

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.

@fkorotkov fkorotkov merged commit d4634fa into main May 15, 2024
3 checks passed
@fkorotkov fkorotkov deleted the basic-implementation branch May 15, 2024 12:48
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