From 69f30fc2621d4ff5a5bdc7b8adc4836d0adcb5a1 Mon Sep 17 00:00:00 2001 From: "Eugene Y. Q. Shen" Date: Sun, 15 Sep 2024 09:00:03 -0700 Subject: [PATCH] typo --- .github/workflows/continuous-integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index bf3acb0..3513365 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -39,10 +39,10 @@ jobs: # forge fmt nest --check # id: fmt - # - name: Run forge docs + # - name: Run forge doc # run: | - # forge docs - # id: docs + # forge doc + # id: doc # - name: Run forge test # run: |