From d276a872c349f707d5916387fa443aeeb2660fbc Mon Sep 17 00:00:00 2001 From: Joseph Wright Date: Wed, 17 Apr 2024 18:26:13 +0100 Subject: [PATCH] Codespell action only works on PRs So not much use to me ... but worth testing out! --- .github/workflows/main.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5580bb8..d77713c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -23,10 +23,4 @@ jobs: package_file: .github/tl_packages - name: Run l3build run: l3build ctan -q -H - codespell: - runs-on: ubuntu-latest - steps: - - name: Codespell action - uses: plettich/python_codespell_action@v0.1 - \ No newline at end of file