160ec77940
* test * Update notice-yarn-changes.yml * upgrade prettier
18 lines
434 B
YAML
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'
|