fix: ensure server is booted only once and routes are committed once #126
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: checks | |
on: | |
- push | |
- pull_request | |
- workflow_call | |
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 |