Skip to content

ci: use next version of workflows #54

ci: use next version of workflows

ci: use next version of workflows #54

Workflow file for this run

name: checks
on:
- push
- pull_request
- workflow_call
jobs:
test:
uses: japa/.github/.github/workflows/test.yml@next
with:
install-playwright-browsers: true
lint:
uses: japa/.github/.github/workflows/lint.yml@next
typecheck:
uses: japa/.github/.github/workflows/typecheck.yml@next