Skip to content

Update PR template to use linked file #3

Update PR template to use linked file

Update PR template to use linked file #3

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
types:
- opened
- ready_for_review
- reopened
- synchronize
workflow_dispatch:
jobs:
test:
uses: fun-dotto/way/.github/workflows/backend-test.yml@main
permissions:
contents: read
secrets: inherit