SCAR-84 Add info block to service, add optional address field #67
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: CI | |
| on: | |
| push: | |
| branches: [ main ] | |
| tags: [ v*.*.* ] | |
| pull_request: | |
| branches: [ main ] | |
| types: | |
| - synchronize | |
| - opened | |
| - reopened | |
| jobs: | |
| call_ci: | |
| uses: EffectiveRange/ci-workflows/.github/workflows/python-ci.yaml@latest-python |