Skip to content

Commit

Permalink
try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpknu committed Oct 22, 2024
1 parent 5a577d7 commit 9a2849f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions p12/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
(alias lint)
(action
(progn
(echo "Running zanuda on OCaml files...")
(run bash -c "zanuda lib/*.ml"))))
(echo "Running zanuda on OCaml files...")
(run bash -c "zanuda lib/*.ml"))))
3 changes: 1 addition & 2 deletions p12/lib/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
(library
(name p12_lib)
(modules iterative map module rec tailrec)
)
(modules iterative map module rec tailrec))

0 comments on commit 9a2849f

Please sign in to comment.