Isolate type check utilities into single object to reduce package nam… #120
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: Checks | |
on: | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
- reopened | |
- ready_for_review | |
branches: | |
- main | |
push: | |
workflow_dispatch: | |
jobs: | |
run-shared-ci: | |
name: Shared | |
uses: boehringer-ingelheim/dv.templates/.github/workflows/shared_ci.yml@main |