-
Notifications
You must be signed in to change notification settings - Fork 0
⚙️ [Maintenance]: Update super-linter to v8.4.0 #63
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
Conversation
2339092 to
5bb0c22
Compare
5bb0c22 to
b330dbb
Compare
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.
Pull request overview
This PR updates the super-linter GitHub Action from version 8.3.2 to 8.4.0 as part of routine maintenance. The update includes adding a codespell configuration file to properly configure the newly available or updated codespell linter.
Changes:
- Updated super-linter action version and commit hash in the linter workflow
- Added
.codespellrcconfiguration file to skip linter configuration directory
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/Linter.yml |
Updated super-linter action reference from v8.3.2 to v8.4.0 with corresponding commit hash |
.github/linters/.codespellrc |
Added codespell configuration to skip the linters directory itself during spell checking |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…d set publish context from environment variables
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.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
Description
Updates super-linter from v8.3.2 to v8.4.0.
Changes
super-linter/super-linterto v8.4.0 (12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e).codespellrcconfiguration file for codespell linterReferences