-
Notifications
You must be signed in to change notification settings - Fork 9
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
Added tests for CI and fixed yml file for SwiftLint #20
base: master
Are you sure you want to change the base?
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.
@Anish0999 I have reviewed one file of your PR. However, I'm going to ask you to look at your PR again, read our slack conversation, and figure out the rest of your problems by yourself.
It is OK for me to direct you through the tasks, but I don't want to keep repeating myself.
jobs: | ||
test: | ||
name: Run Swift Tests | ||
runs-on: ubuntu-latest |
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.
This is an interesting approach. Users of this tool should be using macOS, but making the tool cross-platform may have some value?
@@ -0,0 +1,24 @@ | |||
name: Swift |
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.
name: Swift | |
name: Swift unit test |
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.
Please rename to swift-unit-test.yml
.github/workflows/swift.yml
Outdated
|
||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v2 |
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.
Why not using the latest version? I think it's v4 now?
Description
This pull request added tests for CI and fixed the yml file to pull request for SwiftLint
Issues Resolved
Changes Made
Checklist
Additional Comments
N/A