Skip to content

Implement follow queries #48

Implement follow queries

Implement follow queries #48

Workflow file for this run

name: Pull Request
on:
workflow_dispatch:
pull_request:
branches: [next]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
verify:
name: Verify
uses: ./.github/workflows/verify.yml
secrets: inherit