Skip to content

ci: trigger checks workflow from other workflows #56

ci: trigger checks workflow from other workflows

ci: trigger checks workflow from other workflows #56

Workflow file for this run

name: checks

Check failure on line 1 in .github/workflows/checks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/checks.yml

Invalid workflow file

`trigger` is not a valid event name
on:
- push
- pull_request
- trigger
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