Feat: Implement Python reference semantics for mutable lists and dict… #142
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: pipeline | |
| on: | |
| push: | |
| branches: [ main ] | |
| tags: [ "v*" ] | |
| pull_request: | |
| branches: [ main ] | |
| jobs: | |
| native: | |
| uses: ./.github/workflows/native.yml | |
| secrets: inherit | |
| wasm: | |
| uses: ./.github/workflows/wasm.yml | |
| secrets: inherit |