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

Using github actions. #42

Open
anjalisoni3655 opened this issue Apr 13, 2021 · 8 comments
Open

Using github actions. #42

anjalisoni3655 opened this issue Apr 13, 2021 · 8 comments
Assignees
Labels
Retrospective Contribute for Retro Sprint

Comments

@anjalisoni3655
Copy link
Collaborator

  • We can use Pylint since we have many python related codes.
  • We can have a CI/CD, for deploying it to DFINITY easily.
@DebugAgrawal DebugAgrawal added the Retrospective Contribute for Retro Sprint label Apr 13, 2021
steven-tey added a commit that referenced this issue Apr 13, 2021
In response to issue #42 point 1
@steven-tey
Copy link

Done for the first point! #43

@steven-tey
Copy link

Reference article for second point: https://blog.fleek.co/posts/ic-action-deploy-canisters-internet-computer

@Siddhant-K-code
Copy link
Contributor

we can add codacy code analysis.

@anjalisoni3655
Copy link
Collaborator Author

we can add codacy code analysis.

Can you explain more about it?

@Siddhant-K-code
Copy link
Contributor

Siddhant-K-code commented Apr 17, 2021

Can you explain more about it?

By default, the Codacy GitHub Action:

  • Analyzes each commit or pull request by running all supported static code analysis tools for the languages found in our repository.
  • Prints the analysis results on the console, which is visible on the GitHub Action's workflow panel.
  • Fails the workflow if it finds at least one issue in your code.

More About It Here

@anjalisoni3655
Copy link
Collaborator Author

Can you explain more about it?

By default, the Codacy GitHub Action:

  • Analyzes each commit or pull request by running all supported static code analysis tools for the languages found in our repository.
  • Prints the analysis results on the console, which is visible on the GitHub Action's workflow panel.
  • Fails the workflow if it finds at least one issue in your code.

More About It Here

Oh, It's good, we can add that.

@Siddhant-K-code
Copy link
Contributor

Oh, It's good, we can add that.

can I add it?

@anjalisoni3655
Copy link
Collaborator Author

Oh, It's good, we can add that.

can I add it?

Yah go ahead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Retrospective Contribute for Retro Sprint
Projects
None yet
Development

No branches or pull requests

4 participants