send DBE_PROPERTY events only if property field actually changed #51
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: Check EditorConfig | |
on: | |
push: | |
pull_request: | |
jobs: | |
editorconfig: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: EditorConfig-Action | |
uses: greut/eclint-action@v0 |