Skip to content

Commit ff64414

Browse files
authored
[benchmarks] tidy up files in the benchmarks directory (#210)
1 parent 887e008 commit ff64414

7 files changed

Lines changed: 392 additions & 560 deletions

File tree

.github/workflows/format_check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
using Pkg
2121
Pkg.add(PackageSpec(name="JuliaFormatter", version="2"))
2222
using JuliaFormatter
23-
format("src", verbose=true)
24-
format("test", verbose=true)
23+
format("."; verbose = true)
2524
out = String(read(Cmd(`git diff`)))
2625
if isempty(out)
2726
exit(0)

0 commit comments

Comments
 (0)