added explicit argument name/type in __init__ for easier use when dev… #4
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: '3.12' | |
on: [push] | |
jobs: | |
call_workflow: | |
uses: ./.github/workflows/Testbase.yml | |
with: | |
python: '3.12' |