feat(iprod-416): added hub/jwscerts endpoints #91
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |