-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Set up github workflows #3
Comments
I see 2 github actions file i.e we can integrate that in one? like why different files for push and pull , we can just add push and pull both in one? |
I like having separate files for separate actions, personally. I think it makes it easier to keep track of what is doing what. What is the advantage of putting it all in one file? |
Oh i see, not a problem that, I don't know of any advantage but yeah just a practice i guess |
@braaar i was reading about linting, came to know about super linter provided by github check this out, maybe we can implement in linting ? or if you have thought of anything else let me know? |
I don't really see why we would need anything more than just a standard |
@braaar i have a raised a PR adding lint , please do check , i read and applied |
Right now we have the bare minimum in terms of CI/CD. More actions could allow us to do more fancy stuff or facilitate good coding practices
The text was updated successfully, but these errors were encountered: