react-native-vision-camera/.github/workflows/notice-yarn-changes.yml
Marc Rousavy 160ec77940
devops: Notice yarn.lock changes (#145)
* test

* Update notice-yarn-changes.yml

* upgrade prettier
2021-05-20 10:31:25 +02:00

18 lines
434 B
YAML

name: Notice yarn.lock changes
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
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'