Changed type signature of optional parameter flavor. #700
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: Pipeline | |
on: | |
push: | |
workflow_dispatch: | |
schedule: | |
# Every Friday at 22:00 - rerun pipeline to check for dependency-based issues | |
- cron: '0 22 * * 5' | |
jobs: | |
Pipeline: | |
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@r4 | |
with: | |
package_name: pyVHDLModel | |
secrets: | |
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} | |
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }} |