Skip to content

feat: implement Graph Find API (#89) #67

feat: implement Graph Find API (#89)

feat: implement Graph Find API (#89) #67

Workflow file for this run

name: Push
on:
push:
branches: [main]
jobs:
test:
uses: ./.github/workflows/reusable-test.yml
docstest:
uses: ./.github/workflows/reusable-docstest.yml
release:
needs: [test, docstest]
uses: ./.github/workflows/reusable-release.yml
ghpages:
needs: [release]
uses: ./.github/workflows/reusable-ghpages.yml