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

Bump editorconfig-checker/action-editorconfig-checker from 1 to 2 in /workflow-templates #86

Commits on Sep 26, 2023

  1. Bump editorconfig-checker/action-editorconfig-checker

    Bumps [editorconfig-checker/action-editorconfig-checker](https://github.com/editorconfig-checker/action-editorconfig-checker) from 1 to 2.
    - [Release notes](https://github.com/editorconfig-checker/action-editorconfig-checker/releases)
    - [Commits](editorconfig-checker/action-editorconfig-checker@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: editorconfig-checker/action-editorconfig-checker
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and per1234 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    fe49377 View commit details
    Browse the repository at this point in the history
  2. Add editorconfig-checker invocation step to workflow

    The editorconfig-checker/action-editorconfig-checker action is used in the "Check General Formatting" GitHub Actions
    workflow.
    
    The behavior of that action changed starting from the 2.0.0 release. Previously it ran editorconfig-checker on the files
    in the workspace. The action now solely serves to make editorconfig-checker available in the runner machine for use in
    subsequent steps of the job (equivalent to the various popular "setup-*" actions for other frameworks/languages/tools).
    
    This means it is now necessary to add a new step to the workflow to actually invoke editorconfig-checker.
    per1234 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2881f59 View commit details
    Browse the repository at this point in the history