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

fix: usage of action that uses deprecated node12 #52

Merged
merged 1 commit into from
May 14, 2024
Merged

fix: usage of action that uses deprecated node12 #52

merged 1 commit into from
May 14, 2024

Conversation

hamirmahal
Copy link
Contributor

fixes #51.

@hamirmahal hamirmahal requested a review from a team as a code owner May 13, 2024 21:39
uses: actions-rs/clippy-check@b5b5f21f4797c02da247df37026fcd0a5024aa4d # v1.0.7
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-targets
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This pull request follows the original action's behavior of not failing when there's a linting issue.

@rillian
Copy link
Contributor

rillian commented May 13, 2024

Thanks for the submission! Can you please update the PR to follow local style? That is, don't reformat unrelated lines and keep the name tag on each step?

@hamirmahal
Copy link
Contributor Author

Thanks for the submission! Can you please update the PR to follow local style? That is, don't reformat unrelated lines and keep the name tag on each step?

You're welcome! I'll restore name and undo the formatting changes.

Copy link
Contributor

@rillian rillian left a comment

Choose a reason for hiding this comment

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

Looks good.

@rillian rillian merged commit 90925b0 into brave:main May 14, 2024
3 checks passed
@hamirmahal hamirmahal deleted the fix/usage-of-action-that-uses-deprecated-node12 branch May 14, 2024 20:04
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.

lint job uses node12 which is deprecated
2 participants