Compare commits
No commits in common. "891538554c47b66273f2205d5bf97a5029425ad8" and "6e9230d7225585008540da3a96087c013958575f" have entirely different histories.
891538554c
...
6e9230d722
@ -10,6 +10,3 @@ end_of_line = lf
|
|||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
insert_final_newline = false
|
insert_final_newline = false
|
||||||
|
|
||||||
[Makefile]
|
|
||||||
indent_style = tab
|
|
@ -3,7 +3,7 @@ name: Lint Shell files
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["*"]
|
branches: ["*"]
|
||||||
types: ["opened", "edited"]
|
types: ["opened","edited"]
|
||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user