Only run checkout if not running locally with act, and update to latest merge ref #68
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: Pull request | |
| on: | |
| pull_request: | |
| types: [opened, reopened, synchronize] | |
| jobs: | |
| soundness: | |
| name: Soundness | |
| uses: ./.github/workflows/soundness.yml | |
| with: | |
| api_breakage_check_enabled: false | |
| license_header_check_project_name: "Swift.org" | |
| format_check_enabled: false |