implement collection for more services, capture hv-zone-details, fix protect-ctl discovery #16
This file contains hidden or 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: Pull request checks (lint + build) | |
| on: | |
| pull_request: | |
| branches: ["**"] | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| lint: | |
| uses: ./.github/workflows/lint.yml | |
| with: | |
| python-version: "3.11" | |
| paths: "edera-debug-report" | |
| build: | |
| uses: ./.github/workflows/build.yml | |
| with: | |
| upload_artifact: false | |
| artifact_name: "package-tarballs" | |
| package_script: "./package.sh" | |