build(deps): bump editorconfig-checker/action-editorconfig-checker from 64cefeb90c2393215f196497b31fda0b75c64291 to 12084b77c2581eaa7b3f5ab3c0a6ee2e9b9f4459 #1162
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@12084b77c2581eaa7b3f5ab3c0a6ee2e9b9f4459 # untagged main | |
with: | |
version: 2.7.0 |