Skip to content

feat(iprod-416): added hub/jwscerts endpoints #91

feat(iprod-416): added hub/jwscerts endpoints

feat(iprod-416): added hub/jwscerts endpoints #91

Workflow file for this run

name: PR Checks
on:
pull_request:
branches: [ main ]
##
# Re-usable workflows can be found at https://github.com/modusbox/github-actions-node
##
jobs:
test_lint:
uses: infitx-org/github-actions-node/.github/workflows/[email protected]
test_dependencies:
uses: infitx-org/github-actions-node/.github/workflows/[email protected]
test_audit:
uses: infitx-org/github-actions-node/.github/workflows/[email protected]
test_license:
uses: infitx-org/github-actions-node/.github/workflows/[email protected]
# TODO: Uncomment if unit tests added
# test_unit:
# uses: infitx-org/github-actions-node/.github/workflows/[email protected]
# TODO: Test coverage applies to unit tests and since there is none is commentted out
# test_coverage:
# uses: infitx-org/github-actions-node/.github/workflows/[email protected]
test_int:
uses: infitx-org/github-actions-node/.github/workflows/[email protected]
test_func:
uses: ./.github/workflows/testFuncJob.yml