From a72eaccce0e4e7f815b550480b824c7fb3384c38 Mon Sep 17 00:00:00 2001 From: Louis Date: Sat, 19 Oct 2024 23:10:03 +0800 Subject: [PATCH] ci: ocamlformat config file allows for spaces --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f9bd637..ba8a5eb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -38,7 +38,7 @@ jobs: allow-prerelease-opam: true - name: Install ocamlformat - run: grep '^version=' .ocamlformat | cut -d '=' -f 2 | xargs -I V opam install ocamlformat=V + run: grep '^version' .ocamlformat | cut -d '=' -f 2 | xargs -I V opam install ocamlformat=V - name: Format code run: |