mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-13 05:00:14 +02:00
Simplify step check all-tests-passed.needs (#155)
This commit is contained in:
committed by
GitHub
parent
eaf0ecdd66
commit
6228face02
@@ -24,12 +24,9 @@ jobs:
|
||||
npm install
|
||||
- run: |
|
||||
npm run all
|
||||
- name: Transpile scripts
|
||||
run: |
|
||||
tsc ./*.ts
|
||||
working-directory: .github/scripts
|
||||
- name: Check all jobs are in all-tests-passed.needs
|
||||
run: |
|
||||
tsc check-all-tests-passed-needs.ts
|
||||
node check-all-tests-passed-needs.js
|
||||
working-directory: .github/scripts
|
||||
- name: Make sure no changes from linters are detected
|
||||
|
||||
Reference in New Issue
Block a user