ci: Split Lint & Style from Test workflow

The Lint & Style job needs to run on all PRs, not only when something "test" related
changes. Otherwise not all workflow, nix or other files are style-checked and linted.
This commit is contained in:
Wolfgang Walther
2024-02-24 20:38:25 +01:00
committed by Wolfgang Walther
parent e6cde92f11
commit d6153be67a
3 changed files with 39 additions and 16 deletions
+7
View File
@@ -14,6 +14,13 @@ concurrency:
cancel-in-progress: true
jobs:
check:
name: Check
uses: ./.github/workflows/check.yaml
secrets:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
docs:
name: Docs
uses: ./.github/workflows/docs.yaml