From 9cb6c44de702af87af896c25b98b55d2272eb2e6 Mon Sep 17 00:00:00 2001 From: Mathieu Barbin Date: Fri, 5 Apr 2024 17:12:31 +0200 Subject: [PATCH] Fmt --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa34856..2d2ab6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,7 @@ jobs: # janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages - name: Install dependencies - run: - opam install . --deps-only --with-doc --with-test + run: opam install . --deps-only --with-doc --with-test - name: Build run: opam exec -- dune build @all @lint