add this line in Top templates to handle git submodules #184
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" | |
permissions: read-all | |
on: | |
push: | |
pull_request: | |
jobs: | |
editorconfig: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: cachix/install-nix-action@v20 | |
- name: "Check EditorConfig" | |
run: nix run 'nixpkgs#eclint' --inputs-from . |