Skip to content

feat: add validations func & create acceptance tests #28

feat: add validations func & create acceptance tests

feat: add validations func & create acceptance tests #28

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