mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 12:45:57 +01:00
CI: ignore all indentation
This commit is contained in:
parent
0631fccccf
commit
d3585c9c83
1 changed files with 1 additions and 1 deletions
2
.github/workflows/editorconfig.yml
vendored
2
.github/workflows/editorconfig.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: Checking EditorConfig
|
- name: Checking EditorConfig
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cat "$HOME/changed_files" | nix-shell -p editorconfig-checker.out --run 'xargs -r editorconfig-checker -disable-indent-size --verbose'
|
cat "$HOME/changed_files" | nix-shell -p editorconfig-checker.out --run 'xargs -r editorconfig-checker -disable-indentation -exclude flake.lock --verbose'
|
||||||
echo -n "Check status: $?"
|
echo -n "Check status: $?"
|
||||||
|
|
||||||
- name: Fail Gracefully
|
- name: Fail Gracefully
|
||||||
|
|
Loading…
Reference in a new issue