chore(deps): update editorconfig-checker/action-editorconfig-checker action to v2#1440
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
size-limit report 📦
|
a8514dc to
d15c505
Compare
d15c505 to
a295865
Compare
a295865 to
8dd3c96
Compare
8dd3c96 to
35032e4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1→v2Release Notes
editorconfig-checker/action-editorconfig-checker (editorconfig-checker/action-editorconfig-checker)
v2.2.0Compare Source
What's Changed
New Contributors
Full Changelog: editorconfig-checker/action-editorconfig-checker@v2.1.0...v2.2.0
v2.1.0Compare Source
What's Changed
New Contributors
Full Changelog: editorconfig-checker/action-editorconfig-checker@v2...v2.1.0
v2.0.0Compare Source
What's Changed
Breaking
Behavior change in #10
Prior to 2.0.0 the purpose of the action was to run editorconfig-checker on the files in the workspace. The purpose of the action is now solely to make editorconfig-checker available in the runner machine for use by subsequent steps in the job.
Migration Guide
A new step that invokes
editorconfig-checkermust be added to the workflow.Before:
After:
Removal of
outputoutput in #10Prior to 2.0.0 the action provided an output named
outputthat contained the output from running editorconfig-checker on the files in the workspace. This output could be referenced by the action user in subsequent steps/jobs of their workflow.Due to the change in the action's behavior, the output is no longer provided. If needed, you can capture and use the output in the shell code of the step in the workflow that invokes
editorconfig-checker.Enhancement
github-tokeninput in #10versioninput in #10New Contributors
Full Changelog: v1...v2.0.0
v2Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.