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
Moved Lint and API checks to pull_request_target.yml
The `lintAndApiChecks` job was moved from `pull_request.yml` to `pull_request_target.yml`.
This change consolidates linting and API checks into a single workflow.
The concurrency group names were updated to reflect this change.
Added Gradle and Cocoapods caching to the `lintAndApiChecks` job.
0 commit comments