build(deps): bump editorconfig-checker/action-editorconfig-checker from cb18a4a54feb9a57aa58a194ce13082077a3cead to a37a5c5e48ab6c1ea595e45657fd9ec7c8500c7a #1152
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@a37a5c5e48ab6c1ea595e45657fd9ec7c8500c7a # untagged main | |
with: | |
version: 2.7.0 |