fix: dotnet template's build issue #640
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: "Check if Manifest v2 is a valid JSON" | |
on: | |
pull_request: | |
branches: [master] | |
merge_group: | |
types: [checks_requested] | |
branches: [master] | |
jobs: | |
check-if-manifestv2-is-valid-json: | |
permissions: | |
pull-requests: read | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Changes | |
uses: actions/checkout@v3 | |
- name: Validate manifest-v2.json | |
run: | | |
cat manifest-v2.json | jq |