Check that all jobs are in all-tests-passed needs

This commit is contained in:
Kevin Stillhammer
2025-05-26 20:20:50 +02:00
parent 0a94239999
commit 4f8ec3ecee
4 changed files with 33 additions and 0 deletions
+4
View File
@@ -24,6 +24,10 @@ jobs:
npm install
- run: |
npm run all
- name: Transpile scripts
run: |
tsc *.ts
working-directory: .github/scripts
- name: Make sure no changes from linters are detected
run: |
git diff --exit-code || (echo "::error::Please run 'npm run all' to fix the issues" && exit 1)