Skip to content

Commit 648798a

Browse files
committed
ci: lint and typecheck before executing tests
1 parent 5ee3bb6 commit 648798a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
- workflow_call
66

77
jobs:
8-
test:
9-
uses: adonisjs/redis/.github/workflows/test.yml@main
10-
118
lint:
129
uses: adonisjs/.github/.github/workflows/lint.yml@main
1310

1411
typecheck:
1512
uses: adonisjs/.github/.github/workflows/typecheck.yml@main
13+
14+
test:
15+
uses: adonisjs/redis/.github/workflows/test.yml@main

0 commit comments

Comments
 (0)