build(deps): bump editorconfig-checker/action-editorconfig-checker from 95d9135bf049b8f1654fa46985c7fcba540259d4 to d70765de355ed57ceb73f21059489feaf3dab352 #1155
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@d70765de355ed57ceb73f21059489feaf3dab352 # untagged main | |
with: | |
version: 2.7.0 |