diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 35967f65..0803fe4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -75,16 +75,10 @@ jobs: steps: - uses: codespell-project/actions-codespell@v2 with: - ignore_words_file: .codespell-ignorewords exclude_file: .codespell-ignorelines check_filenames: true check_hidden: true path: inst - - name: foo - run: | - whoami - pwd - ls # Built-in Self Tests and Doctests for various supported Octave and SymPy