Skip to content

fix: wait on connections #133

fix: wait on connections

fix: wait on connections #133

Workflow file for this run

name: Yarn Lock Changes
on: [pull_request_target]
jobs:
check:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Yarn Lock Changes
uses: Simek/yarn-lock-changes@v0.11.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
collapsibleThreshold: '25'
failOnDowngrade: 'false'
path: 'yarn.lock'
updateComment: 'true'