Commit 9f2c368
authored
Separate GitHub Actions job for format, lint, and type check (#15)
Move format, lint, and type check to a separate GitHub Actions job. This
is partly because some of these steps are a little slow so it's better
if they're running parallel, but also it's annoying to lose a whole test
run when something dumb like a lint problem fails the job early. Now, we
still see the lint failure, but get to see test failures in case we have
any of those.1 parent d7a4f23 commit 9f2c368
1 file changed
+22
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 56 | | |
66 | 57 | | |
67 | 58 | | |
| |||
122 | 113 | | |
123 | 114 | | |
124 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
0 commit comments