Commit 36b01c9
committed
Fix missing trailing newline in .ghaignore
POSIX text files should end with a newline. The missing newline could
cause issues with tools that concatenate or process the file line by
line (e.g. the grep/tr pipeline in the CI workflows).1 parent 8597315 commit 36b01c9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
0 commit comments