test(core): Update network_reader_with_valid_http_header_kv_pairs
to verify the return value before parsing the read content into a JSON object.
#16
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: "clp-pr-title-checks" | |
on: | |
pull_request_target: | |
types: ["edited", "opened", "reopened"] | |
branches: ["main"] | |
concurrency: | |
group: "${{github.workflow}}-${{github.ref}}" | |
# Cancel in-progress jobs for efficiency | |
cancel-in-progress: true | |
jobs: | |
conventional-commits: | |
permissions: | |
# For amannn/action-semantic-pull-request | |
pull-requests: "read" | |
runs-on: "ubuntu-latest" | |
steps: | |
- uses: "amannn/action-semantic-pull-request@v5" | |
env: | |
GITHUB_TOKEN: "${{secrets.GITHUB_TOKEN}}" |