Skip to content

ci: use main branch #27

ci: use main branch

ci: use main branch #27

Workflow file for this run

name: CI
on:
- push
- pull_request
- workflow_call
jobs:
lint:
uses: adonisjs/.github/.github/workflows/lint.yml@main
typecheck:
uses: adonisjs/.github/.github/workflows/typecheck.yml@main
tests:
uses: adonisjs/.github/.github/workflows/test.yml@main