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/testLintJob.yml@v0.0.4
test_dependencies:
uses: infitx-org/github-actions-node/.github/workflows/testDependencyJob.yml@v0.0.4
test_audit:
uses: infitx-org/github-actions-node/.github/workflows/testAuditJob.yml@v0.0.4
test_license:
uses: infitx-org/github-actions-node/.github/workflows/testLicenseJob.yml@v0.0.4
# TODO: Uncomment if unit tests added
# test_unit:
# uses: infitx-org/github-actions-node/.github/workflows/testUnitJob.yml@v0.0.4
# 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/testCoverageJob.yml@v0.0.4
test_int:
uses: infitx-org/github-actions-node/.github/workflows/testIntJob.yml@v0.0.4
test_func:
uses: ./.github/workflows/testFuncJob.yml