From 0f7dfd32ba032342a5f220006e9fd9f84c75de90 Mon Sep 17 00:00:00 2001 From: Emma Marshall <55526386+e-marshall@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:22:20 -0700 Subject: [PATCH] Update on-push.yml comment out codespell --- .github/workflows/on-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index 9db5149..2b311ad 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -26,8 +26,8 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Codespell with annotations - uses: codespell-project/actions-codespell@v1.0 + #- name: Codespell with annotations + # uses: codespell-project/actions-codespell@v1.0 - name: Install Conda Environment