fix(swift-sdk): act on swept transactions in the SwiftData store #554
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: Check Storage Explorer Coverage | |
| on: | |
| pull_request: | |
| paths: | |
| - 'packages/swift-sdk/Sources/SwiftDashSDK/Persistence/**' | |
| - 'packages/swift-sdk/SwiftExampleApp/**/StorageExplorerView.swift' | |
| - 'packages/swift-sdk/SwiftExampleApp/**/StorageModelListViews.swift' | |
| - 'packages/swift-sdk/SwiftExampleApp/**/StorageRecordDetailViews.swift' | |
| - 'scripts/check-storage-explorer.sh' | |
| - '.github/workflows/check-storage-explorer.yml' | |
| jobs: | |
| check: | |
| name: Verify explorer covers all SwiftData models | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Check Storage Explorer coverage | |
| run: ./scripts/check-storage-explorer.sh |