From 999d15ee0dbfee558200751ea7b4504c3a5c1d86 Mon Sep 17 00:00:00 2001 From: David Gilman Date: Mon, 20 Feb 2023 20:55:20 -0500 Subject: [PATCH] typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f01f28..70074ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: install lint deps run: make format-install - name: install docs deps - run: make format-docs + run: make docs-install - name: format-check run: make format-check - name: docs