build(deps): bump editorconfig-checker/action-editorconfig-checker from d4fca16fc71adef10fbe101903b654449fa9570c to 8032dd7bf25e5f026d64021ee9c3a47b4c938adc #1115
Workflow file for this run
This file contains 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
name: EditorConfig checks | |
on: | |
pull_request: | |
jobs: | |
lockfile: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Check files for EditorConfig compliance | |
uses: editorconfig-checker/action-editorconfig-checker@8032dd7bf25e5f026d64021ee9c3a47b4c938adc # untagged main | |
with: | |
version: 2.7.0 |