From 71ff1585a8a2d66c13f0da7d76e7ce4922128d8f Mon Sep 17 00:00:00 2001 From: dundargoc Date: Wed, 2 Oct 2024 14:58:03 +0200 Subject: ci: refactor ci output Separate install step from test step so the output from each isn't mixed with each other. Also add lint-like workflows to `lint.yml`. --- .github/workflows/codespell.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/workflows/codespell.yml (limited to '.github/workflows/codespell.yml') diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml deleted file mode 100644 index 31c713c5..00000000 --- a/.github/workflows/codespell.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: codespell -on: [pull_request] -jobs: - codespell: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Install codespell - run: pip install codespell - - name: Use codespell - run: codespell --quiet-level=2 --check-hidden --skip=./doc/configs.md,./doc/configs.txt --ignore-words=.codespellignorewords -- cgit v1.2.3-70-g09d2