Skip to content

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

test: add acceptance tests for the import of an endpoint

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

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