editorconfig-checker / action-editorconfig-checker

MIT License
21 stars 5 forks source link

Need to publish new version with latest commits #12

Closed takanuva15 closed 1 year ago

takanuva15 commented 1 year ago

Hi, it looks like new commits were added to fix issues with v1.0.0. My build was not working with this action until I changed my file to pull the latest from main via

    - name: Run EditorConfig Linter
      uses: editorconfig-checker/action-editorconfig-checker@main

Can you please publish a new version (eg v1.0.1) that contains all the new commits so I can reference that instead of the main branch?

mstruebing commented 1 year ago

Sorry it took so long, we have v2 now: https://github.com/editorconfig-checker/action-editorconfig-checker/releases/tag/v2.0.0

Related: https://github.com/editorconfig-checker/action-editorconfig-checker/issues/13