Commit 3e9a4fa
authored
Add backticks to format file names as code (#7)
The Actions summary view is formatted as Markdown, as Python uses `__`
around files (like `__init__.py`) this looks wrong. If we add (escaped)
backticks it looks much nicer.
Based on an idea by @oscargus raised in #4.1 parent 2805447 commit 3e9a4fa
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments