mirror of
https://github.com/strapi/strapi.git
synced 2025-11-14 01:02:04 +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:
|
typescript:
|
||||||
name: 'typescript'
|
name: 'typescript'
|
||||||
needs: [changes, lint]
|
needs: [changes]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user