mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
chore: editorconfig check
This commit is contained in:
parent
6eb13fa07f
commit
10c0ea0cbf
2
.ecrc
2
.ecrc
@ -3,7 +3,7 @@
|
||||
"Debug": false,
|
||||
"IgnoreDefaults": false,
|
||||
"NoColor": false,
|
||||
"Exclude": ["LICENSES", "\\.asc$"],
|
||||
"Exclude": ["LICENSES", "\\.asc$", "\\.reuse/dep5"],
|
||||
"SpacesAfterTabs": false,
|
||||
"Disable": {
|
||||
"EndOfLine": false,
|
||||
|
@ -12,12 +12,9 @@ insert_final_newline = true
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
|
||||
[{.gitmodules,**/git/**/config}]
|
||||
[{.gitmodules,**/git/**/config,**/git/**/config.d/*,**/git/**/sample/*}]
|
||||
indent_style = tab
|
||||
indent_size = 8
|
||||
|
||||
[*.{md,sh,yaml,yml,toml}]
|
||||
indent_size = 2
|
||||
|
||||
[.reuse/dep5]
|
||||
indent_size = 1
|
||||
|
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
@ -51,7 +51,9 @@ jobs:
|
||||
SPEC_PACKAGER: Ben Grande <ben.grande.b@gmail.com>
|
||||
- uses: editorconfig-checker/action-editorconfig-checker@main
|
||||
- name: Run Editorconfig Checker
|
||||
run: editorconfig-checker
|
||||
run: |
|
||||
editorconfig-checker
|
||||
editorconfig-checker salt/dotfiles
|
||||
- name: Lint commits
|
||||
run: |
|
||||
if test "${{ github.event_name}}" = "pull_request"
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit f94876f0f019560d16944c61751f310319495a79
|
||||
Subproject commit 5936b2059cbbf2f1e013092638b47f00e9abe0ee
|
Loading…
Reference in New Issue
Block a user