From f3948a895fe027febb4b3aa6c5cd6a4ba0ee5948 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 12 Aug 2023 19:56:52 -0300 Subject: ci: move codespell job into its own workflow Split the spellchecking job from the build-related jobs to make debugging easier. --- .github/workflows/codeql-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/codeql-analysis.yml') diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0f9c0f740..bbd4e47d5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -18,6 +18,7 @@ on: - .github/pull_request_template.md - .github/workflows/build-extra.yml - .github/workflows/build.yml + - .github/workflows/codespell.yml - .github/workflows/profile-checks.yml - .gitignore - .gitlab-ci.yml @@ -40,6 +41,7 @@ on: - .github/pull_request_template.md - .github/workflows/build-extra.yml - .github/workflows/build.yml + - .github/workflows/codespell.yml - .github/workflows/profile-checks.yml - .gitignore - .gitlab-ci.yml -- cgit v1.2.3-70-g09d2