Skip to content

Commit

Permalink
ci: add lint and typecheck jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jul 3, 2023
1 parent 454c0d2 commit bacb68c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ on:
jobs:
test:
uses: adonisjs/.github/.github/workflows/test.yml@main

lint:
uses: adonisjs/.github/.github/workflows/lint.yml@main

typecheck:
uses: adonisjs/.github/.github/workflows/typecheck.yml@main

0 comments on commit bacb68c

Please sign in to comment.