fix: Fix capture/no-valid-data
thrown when calling stopRecording()
on some Android devices
#2361
Workflow file for this run
This file contains 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: Notice yarn.lock changes | |
on: [pull_request] | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Notice yarn.lock changes | |
uses: Simek/yarn-lock-changes@main | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
collapsibleThreshold: '25' | |
failOnDowngrade: 'false' | |
path: 'yarn.lock' | |
updateComment: 'true' |