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

workflow change: Separate lint from test workflow #463

Merged

Conversation

ykim-akamai
Copy link
Contributor

@ykim-akamai ykim-akamai commented Mar 4, 2024

📝 Description

Currently they are in a same job so when lint test fails, the code test run will be blocked.
Separating them into 2 jobs will make them not to block each other.

  • New workflow "Pull Request / tests (pull_request)" added which will take care of linting on PRs

✔️ How to Test

test: https://github.com/linode/linodego/actions/runs/8145161413/job/22260788303?pr=463
lint: https://github.com/linode/linodego/actions/runs/8145161416/job/22260788311?pr=463

📷 Preview

If applicable, include a screenshot or code snippet of this change. Otherwise, please remove this section.

@ykim-akamai ykim-akamai requested a review from a team as a code owner March 4, 2024 18:05
@ykim-akamai ykim-akamai requested review from jriddle-linode and lgarber-akamai and removed request for a team March 4, 2024 18:05
Copy link
Contributor

@lgarber-akamai lgarber-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test and lint workflows seem to be working as expected, great work!

@ykim-akamai ykim-akamai merged commit a64312e into linode:main Mar 5, 2024
4 checks passed
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.

3 participants