feat(guide-sync): Add more groups for the 3rd party sync applications #2665
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: Lint - EditorConfig | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
editorconfig-checker: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: editorconfig-checker | |
run: | | |
docker run --rm \ | |
-v "${GITHUB_WORKSPACE}":/check \ | |
mstruebing/editorconfig-checker |