Track source() calls as SemanticCall items on the index (#1216)
#2255
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: "Test Ark" | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| test_macos: | |
| name: Test macOS | |
| uses: ./.github/workflows/test-macos.yml | |
| secrets: inherit | |
| test_windows: | |
| name: Test Windows | |
| uses: ./.github/workflows/test-windows.yml | |
| secrets: inherit | |
| test_linux: | |
| name: Test Linux | |
| uses: ./.github/workflows/test-linux.yml | |
| secrets: inherit |