mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 18:33:55 +00:00
chore(tooling): run lint and typescript at the same time (#18376)
This commit is contained in:
parent
facec501f5
commit
44be1efb08
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
|
||||
typescript:
|
||||
name: 'typescript'
|
||||
needs: [changes, lint]
|
||||
needs: [changes]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user