Skip to content

Implement all APP queries #158

Implement all APP queries

Implement all APP queries #158

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