Skip to content

test: add acceptance tests for the import of an endpoint #30

test: add acceptance tests for the import of an endpoint

test: add acceptance tests for the import of an endpoint #30

name: PullRequestFlow
on:
pull_request:
jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
build:
needs: [lint, test]
uses: ./.github/workflows/build.yml
secrets: inherit