build(deps): bump editorconfig-checker/action-editorconfig-checker from 4a9ff23941335128114078d101266e7b4068a7cf to 7fa4dfc120bb57e3f91f24dca842de99878d66f0 #1215
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@7fa4dfc120bb57e3f91f24dca842de99878d66f0 # untagged main | |
with: | |
version: 2.7.0 |