Bump .devcontainer from 74bd3df to 4c75a39
#27
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@v5 |