From 5608fa9193f20a67ed13b0fade376a7ff5caaa66 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 d9e7ec4..53d2378 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