mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-07 21:47:02 +09:00
15 lines
263 B
YAML
15 lines
263 B
YAML
on:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
|
|
name: coverage
|
|
|
|
permissions:
|
|
contents: write
|
|
pull-requests: write
|
|
|
|
jobs:
|
|
release-reusable:
|
|
uses: anyproto/any-sync-node/.github/workflows/coverage-reusable.yml@main
|
|
secrets: inherit # pass all secrets
|