mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-21 08:20: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
|
npm install
|
||||||
- run: |
|
- run: |
|
||||||
npm run all
|
npm run all
|
||||||
- name: Transpile scripts
|
|
||||||
run: |
|
|
||||||
tsc ./*.ts
|
|
||||||
working-directory: .github/scripts
|
|
||||||
- name: Check all jobs are in all-tests-passed.needs
|
- name: Check all jobs are in all-tests-passed.needs
|
||||||
run: |
|
run: |
|
||||||
|
tsc check-all-tests-passed-needs.ts
|
||||||
node check-all-tests-passed-needs.js
|
node check-all-tests-passed-needs.js
|
||||||
working-directory: .github/scripts
|
working-directory: .github/scripts
|
||||||
- name: Make sure no changes from linters are detected
|
- name: Make sure no changes from linters are detected
|
||||||
|
|||||||
Reference in New Issue
Block a user