build(deps): bump editorconfig-checker/action-editorconfig-checker from 7deebd4b0e3c5a93403e6ac8e16ca2e40135f59f to 27c5907815bc356d4861acc11e2e2145094cc746 #1181
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@27c5907815bc356d4861acc11e2e2145094cc746 # untagged main | |
with: | |
version: 2.7.0 |