parchment/.github/workflows/main.yml
2024-01-16 20:13:47 +08:00

11 lines
143 B
YAML

name: 'Run tests'
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
uses: ./.github/workflows/_test.yml