Replace MIT Headers with Apache License Headers for PrivacyGuard Attack directory #29
Workflow file for this run
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: Build and Test Workflow | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| jobs: | |
| tests-and-coverage: | |
| name: Run PrivacyGuard tests | |
| uses: ./.github/workflows/reusable_test.yml | |
| secrets: inherit |