Commit b7447d2
committed
Read audit/outdated output from files in the run mode
This action has two separate ways of reading the importmap output: from
a file, mostly for testing, and from running `importmap` directly.
This commit simplifies that by adding a first step that saves the
importmap outputs in textfiles, so it can be read in the following step.
That removes the need for having two separate ways, so the code is now
combined.1 parent 36b3ee5 commit b7447d2
3 files changed
Lines changed: 18 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
43 | 51 | | |
44 | 52 | | |
45 | 53 | | |
| |||
55 | 63 | | |
56 | 64 | | |
57 | 65 | | |
58 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | 92 | | |
103 | 93 | | |
104 | 94 | | |
| |||
117 | 107 | | |
118 | 108 | | |
119 | 109 | | |
120 | | - | |
| 110 | + | |
121 | 111 | | |
122 | 112 | | |
123 | 113 | | |
| |||
134 | 124 | | |
135 | 125 | | |
136 | 126 | | |
137 | | - | |
| 127 | + | |
138 | 128 | | |
139 | 129 | | |
140 | 130 | | |
| |||
151 | 141 | | |
152 | 142 | | |
153 | 143 | | |
| 144 | + | |
| 145 | + | |
154 | 146 | | |
155 | 147 | | |
156 | 148 | | |
| |||
172 | 164 | | |
173 | 165 | | |
174 | 166 | | |
175 | | - | |
| 167 | + | |
176 | 168 | | |
177 | 169 | | |
178 | 170 | | |
| |||
0 commit comments