Skip to content

test: add acceptance tests for the deletion of an endpoint #32

test: add acceptance tests for the deletion of an endpoint

test: add acceptance tests for the deletion of an endpoint #32

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