You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
incidental
## Description
#10305 used `bypass:integration` because it was just a change to linting, which should run before integration tests.
Unfortunately, that [broke master](https://github.com/Agoric/agoric-sdk/actions/runs/11465689840/job/31904707630) because `multichain-testing` uses the same tsconfig and isn't run until integration.
Then I noticed its lint doesn't include TypeScript and had many errors.
This adds `tsc` to its `yarn lint` and fixes everything needed to get it passing.
It still doesn't bring linting of `multichain-testing` earlier than the **Multichain E2E Tests** workflow. So I still wouldn't have noticed the type import failure under `bypass:integration`. I don't think solving that is really worth the effort at this point.
### Security Considerations
none
### Scaling Considerations
none
### Documentation Considerations
none
### Testing Considerations
CI
### Upgrade Considerations
n/a
0 commit comments