mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-16 14:20:13 +02:00
Check that all jobs are in all-tests-passed needs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user