Skip to content

Commit

Permalink
Misc: more linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Jul 26, 2024
1 parent ccdb2ac commit 05f5d9a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ jobs:
dune-cache: true

- uses: ocaml/setup-ocaml/lint-opam@v3
continue-on-error: true

lint-fmt:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
(graphics :with-test)
(num :with-test)
(ppx_expect (and (>= v0.14.2) :with-test))
(ppxlib (and (>= 0.15) :with-test))
(ppxlib (and (>= 0.15)))
(re (and (>= 1.9.0) :with-test))
))

Expand Down
2 changes: 1 addition & 1 deletion js_of_ocaml-toplevel.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ depends: [
"graphics" {with-test}
"num" {with-test}
"ppx_expect" {>= "v0.14.2" & with-test}
"ppxlib" {>= "0.15" & with-test}
"ppxlib" {>= "0.15"}
"re" {>= "1.9.0" & with-test}
"odoc" {with-doc}
]
Expand Down

0 comments on commit 05f5d9a

Please sign in to comment.