chore(commands): add true parameter to the editor.add fn (#4722) #362
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/core/.github/workflows/test.yml@main | |
with: | |
install-pnpm: true | |
lint: | |
uses: adonisjs/.github/.github/workflows/lint.yml@main | |
typecheck: | |
uses: adonisjs/.github/.github/workflows/typecheck.yml@main |