chore(tooling): run lint and typescript at the same time (#18376)

This commit is contained in:
Boegie19 2023-10-10 14:01:45 +02:00 committed by GitHub
parent facec501f5
commit 44be1efb08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ jobs:
typescript:
name: 'typescript'
needs: [changes, lint]
needs: [changes]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4